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.

Was ist ShopBase Ads Assistant?

ShopBase Ads Assistant ist eine Chrome-Erweiterung, die von ShopBase entwickelt wurde, und ihr Hauptmerkmal ist "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.".

Erweiterungsscreenshots

screenshot
screenshot

ShopBase Ads Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShopBase Ads Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ShopBase Ads Assistant ShopBase Ads Assistant
ID pmhoolpeoihcjkjdbbfbinafgomhoaic
Offizielle URL https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic
Beschreibung This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.
Dateigröße 148 KB
Installationsanzahl 737
Aktuelle Version 1.0.3
Letztes Update 2023-01-18
Veröffentlichungsdatum 2022-05-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler ShopBase
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.shopbase.com/privacy-policy
Unterstützte Sprachen 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": []
        }
    ]
}