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.
Wat is ShopBase Ads Assistant?
ShopBase Ads Assistant is een Chrome-extensie ontwikkeld door ShopBase, en de belangrijkste functie is "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.".
Extensie Screenshots
Download het CRX-bestand van de extensie ShopBase Ads Assistant
Download ShopBase Ads Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ShopBase Ads Assistant |
ID | pmhoolpeoihcjkjdbbfbinafgomhoaic |
Officiële URL | https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic |
Beschrijving | This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager. |
Bestandsgrootte | 148 KB |
Aantal Installaties | 737 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-01-18 |
Publicatiedatum | 2022-05-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ShopBase |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.shopbase.com/privacy-policy |
Ondersteunde Talen | 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": [] } ] } |