Ads Trust
Get to know the trust level of your Facebook Ads account.
ما هو Ads Trust؟
Ads Trust هو إضافة Chrome تم تطويرها بواسطة https://cpa.rip، والميزة الرئيسية لها هي "Get to know the trust level of your Facebook Ads account.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ads Trust
قم بتنزيل ملفات الامتداد Ads Trust بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension shows the trust level of Facebook Ads to your payment profile.
معلومات أساسية عن التمديد
الاسم | Ads Trust |
ID | lanhjpladilgmdkepgeggnllpiofkefi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
الوصف | Get to know the trust level of your Facebook Ads account. |
حجم الملف | 54.72 KB |
عدد التثبيتات | 5,000 |
النسخة الحالية | 0.3 |
آخر تحديث | 2023-08-22 |
تاريخ النشر | 2023-08-22 |
المطور | https://cpa.rip |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
عنوان صفحة سياسة الخصوصية | https://cpa.rip/adlibraryhelper/policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ads Trust", "description": "Get to know the trust level of your Facebook Ads account.", "version": "0.3", "action": { "default_popup": "popup.html", "default_icon": "icons\/icon-32.png" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/jquery-3.2.1.min.js", "js\/app.js" ], "css": [ "css\/styles.css" ], "matches": [ "https:\/\/adsmanager.facebook.com\/*" ] } ], "permissions": [ "tabs", "activeTab", "storage" ] } |