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.
ما هو ShopBase Ads Assistant؟
ShopBase Ads Assistant هو إضافة Chrome تم تطويرها بواسطة ShopBase، والميزة الرئيسية لها هي "This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShopBase Ads Assistant
قم بتنزيل ملفات الامتداد ShopBase Ads Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | ShopBase Ads Assistant |
ID | pmhoolpeoihcjkjdbbfbinafgomhoaic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shopbase-ads-assistant/pmhoolpeoihcjkjdbbfbinafgomhoaic |
الوصف | This extension is built to adapt to the iOS 14 privacy settings, helps ShopBase sellers view real-time data on Facebook Ads Manager. |
حجم الملف | 148 KB |
عدد التثبيتات | 737 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-01-18 |
تاريخ النشر | 2022-05-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ShopBase |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.shopbase.com/privacy-policy |
اللغات المدعومة | 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": [] } ] } |