Fetchify Address Lookup

Fetchify Address Lookup

Fetchify Address Lookup extension for various systems, including BigCommerce, Shopify, Shopify Plus and Salesforce.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "ClearCourse Business Services Ltd t/a Fetchify",
  "name": "Fetchify Address Lookup",
  "version": "2.13.0",
  "manifest_version": 2,
  "description": "Fetchify Address Lookup extension for various systems, including BigCommerce, Shopify, Shopify Plus and Salesforce.",
  "browser_action": {
    "default_title": "Fetchify Address Lookup",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/logo.png"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "config.html",
    "open_in_tab": true
  },
  "permissions": [
    "*://*/*",
    "storage"
  ],
  "web_accessible_resources": [
    "js/jquery.min.js"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery.min.js",
        "js/cc_core.js"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "css": [
        "css/integrations/odoo_crm.css"
      ],
      "js": [
        "js/integrations/odoo_crm.js",
        "js/integrations/dolibarr.js",
        "js/integrations/suite.js"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "css": [
        "css/integrations/shopify.css"
      ],
      "js": [
        "js/integrations/shopify.js"
      ],
      "matches": [
        "*://*.myshopify.com/admin*",
        "*://admin.shopify.com/*"
      ]
    },
    {
      "css": [
        "css/integrations/xero.css"
      ],
      "js": [
        "js/integrations/xero.js"
      ],
      "matches": [
        "*://go.xero.com/*",
        "*://payroll.xero.com/*"
      ]
    },
    {
      "css": [
        "css/integrations/salesforce_classic.css"
      ],
      "js": [
        "js/integrations/salesforce_classic.js"
      ],
      "matches": [
        "*://*.salesforce.com/*",
        "*://*.force.com/*"
      ]
    },
    {
      "css": [
        "css/integrations/salesforce_lightning.css"
      ],
      "js": [
        "js/cc_c2a_custom.js",
        "js/integrations/salesforce_lightning.js"
      ],
      "matches": [
        "*://*.lightning.salesforce.com/*",
        "*://*.lightning.force.com/*"
      ]
    },
    {
      "all_frames": true,
      "css": [
        "css/integrations/netsuite.css"
      ],
      "js": [
        "js/integrations/netsuite.js"
      ],
      "matches": [
        "*://*.netsuite.com/*"
      ]
    },
    {
      "js": [
        "js/integrations/odoo_pos.js"
      ],
      "matches": [
        "*://*/pos/web*",
        "*://*/pos/ui*"
      ]
    },
    {
      "js": [
        "js/integrations/bigcommerce.js"
      ],
      "matches": [
        "*://*.mybigcommerce.com/manage/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "js/integrations/bigcommerce.js"
      ],
      "matches": [
        "*://*/manage/*"
      ]
    },
    {
      "js": [
        "js/integrations/inputhealth.js"
      ],
      "matches": [
        "*://*.inputhealth.com/*"
      ]
    },
    {
      "css": [
        "css/integrations/zoho.css"
      ],
      "js": [
        "js/integrations/zoho.js"
      ],
      "matches": [
        "*://*.zoho.eu/*",
        "*://*.zoho.com/*"
      ]
    },
    {
      "css": [
        "css/integrations/karmacrm.css"
      ],
      "js": [
        "js/integrations/karmacrm.js"
      ],
      "matches": [
        "*://app.karmacrm.com/*"
      ]
    }
  ]
}