Gateway 2 Finance

Gateway 2 Finance

Gateway 2 Finance is the easiest way to gain risk insights on the companies you do business with in just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "92",
  "name": "Gateway 2 Finance",
  "description": "Gateway 2 Finance is the easiest way to gain risk insights on the companies you do business with in just one click.",
  "version": "1.0.1",
  "icons": {
    "16": "16.png",
    "24": "24.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "g2f Insurance",
    "default_icon": "g2f-logo.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://go.xero.com/*",
        "https://invoicing.xero.com/*",
        "https://app.sandbox.qbo.intuit.com/*",
        "https://c50.sandbox.qbo.intuit.com/*",
        "https://books.zoho.com/*",
        "https://my.freshbooks.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "app.css"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "Invoiceg2fBubble.png",
        "frame.html",
        "popup.html",
        "login.html",
        "matching_tab.png",
        "close_tab.png"
      ],
      "matches": [
        "https://go.xero.com/*",
        "https://invoicing.xero.com/*",
        "https://app.sandbox.qbo.intuit.com/*",
        "https://c50.sandbox.qbo.intuit.com/*",
        "https://books.zoho.com/*",
        "https://my.freshbooks.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://g2f.finecta.io/*",
    "https://g2fapi-staging.finecta.dev/*",
    "https://g2fapi.finecta.io/*",
    "https://api-dev.riskrails.com/debtor-profile",
    "https://api-sbx.riskrails.dev/v4/*",
    "https://api.riskrails.com/v4/*",
    "https://tlccstagingnimbla-trade-durable-fa.azurewebsites.net/odata/externalcustomers",
    "https://tlccstagingnimbla-g2f-as.azurewebsites.net/api/payments",
    "https://g2f.finecta.io/odata/externalcustomers",
    "https://g2f.finecta.io/api/payments",
    "https://localhost:5001/*",
    "https://go.xero.com/Contacts/GetContactOrBusiness",
    "https://app.sandbox.qbo.intuit.com/*",
    "https://c50.sandbox.qbo.intuit.com/qbo50/v4/graphql",
    "https://invoicing.xero.com/api/credit/find?",
    "https://go.xero.com/AccountsReceivable/Edit.aspx*",
    "https://invoicing.xero.com/api/invoice/*",
    "http://fonts.googleapis.com/",
    "https://fonts.googleapis.com/"
  ],
  "permissions": [
    "storage",
    "tabs",
    "identity"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuvE1yJ+/aOvm3WkyVY1hiJsBeMuSf74j+BJa4W/MC4/K998xqV1AjaEA7DlR8lF9/2KI4G5MiiHzYL0hvb4sos5yn0iR8vIfMPUyBBokXb3jUFTC5vuZWE5D8KzCjIoNgq3oz4P4glrMesYNzHkwdznCCi0sQoy4plPmzLl/SBJJfdt7uI2naLC/4Mfr+r6zqlnO+9uAhqjRFsg6X/zyViUJeIlbrGmv5W4xBYU+0yynOL60zQi4mlk6ybo3ZMbx8v+NU86gO/vFyAL8NCPG0lIF1H+D+MZj3U/voc9Rs2sa083zku781NGnvoqbAgQpkj3gPJlJMGRVQ5kNmvAtBwIDAQAB"
}