ShopBase Ads Assistant

This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.

What is ShopBase Ads Assistant?

ShopBase Ads Assistant is a Chrome extension developed by ShopBase, and its main feature is "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.".

Extension Screenshots

screenshot
screenshot

Download ShopBase Ads Assistant Extension CRX File

Download ShopBase Ads Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        In order to solve the data loss caused by the iOS 14 privacy settings, ShopBase merchants can use this application to match their real-time store order data with the corresponding campaign/adset/ad on their Facebook Ads Manager, so that find out how to optimize their advertising campaigns in a timely manner.                    

Extension Basic Information

Name ShopBase Ads Assistant ShopBase Ads Assistant
ID pmhoolpeoihcjkjdbbfbinafgomhoaic
Official URL https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic
Description This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.
File Size 148 KB
Installation Count 737
Current Version 1.0.3
Last Updated 2023-01-18
Publish Date 2022-05-24
Rating 5.00/5 Total 3 Ratings
Developer ShopBase
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.shopbase.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBase Ads Assistant",
    "description": "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/fbads.png",
            "32": "\/icons\/fbads.png",
            "48": "\/icons\/fbads.png",
            "128": "\/icons\/fbads.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/vendor\/language.js",
                "js\/const.js",
                "js\/content.js",
                "js\/vendor\/localbase.dev.js"
            ],
            "css": []
        }
    ]
}