Ads Trust
Get to know the trust level of your Facebook Ads account.
Was ist Ads Trust?
Ads Trust ist eine Chrome-Erweiterung, die von https://cpa.rip entwickelt wurde, und ihr Hauptmerkmal ist "Get to know the trust level of your Facebook Ads account.".
Erweiterungsscreenshots
Ads Trust-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ads Trust-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The extension shows the trust level of Facebook Ads to your payment profile.
Grundlegende Informationen zur Erweiterung
Name | Ads Trust |
ID | lanhjpladilgmdkepgeggnllpiofkefi |
Offizielle URL | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
Beschreibung | Get to know the trust level of your Facebook Ads account. |
Dateigröße | 54.72 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 0.3 |
Letztes Update | 2023-08-22 |
Veröffentlichungsdatum | 2023-08-22 |
Entwickler | https://cpa.rip |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
URL der Datenschutzrichtlinien-Seite | https://cpa.rip/adlibraryhelper/policy.html |
Unterstützte Sprachen | 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" ] } |