Ads Trust
Get to know the trust level of your Facebook Ads account.
Co to jest Ads Trust?
Ads Trust to rozszerzenie Chrome opracowane przez https://cpa.rip, a jego główną funkcją jest „Get to know the trust level of your Facebook Ads account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ads Trust
Pobierz pliki rozszerzeń Ads Trust w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The extension shows the trust level of Facebook Ads to your payment profile. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lanhjpladilgmdkepgeggnllpiofkefi |
| Oficjalny URL | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
| Opis | Get to know the trust level of your Facebook Ads account. |
| Rozmiar pliku | 54.72 KB |
| Liczba instalacji | 5,000 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2023-08-22 |
| Data Publikacji | 2023-08-22 |
| Deweloper | https://cpa.rip |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
| Adres URL Strony Polityki Prywatności | https://cpa.rip/adlibraryhelper/policy.html |
| Obsługiwane Języki | 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"
]
} | |