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.

Cos'è ShopBase Ads Assistant?

ShopBase Ads Assistant è un'estensione di Chrome sviluppata da ShopBase, e la sua funzione principale è "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ShopBase Ads Assistant

Scarica i file di estensione ShopBase Ads Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ShopBase Ads Assistant ShopBase Ads Assistant
ID pmhoolpeoihcjkjdbbfbinafgomhoaic
URL Ufficiale https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic
Descrizione This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.
Dimensione del File 148 KB
Conteggio Installazioni 737
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-01-18
Data di Pubblicazione 2022-05-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ShopBase
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.shopbase.com/privacy-policy
Lingue Supportate 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": []
        }
    ]
}