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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
URL страницы политики конфиденциальности | 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" ] } |