Ads Trust

Get to know the trust level of your Facebook Ads account.

Cos'è Ads Trust?

Ads Trust è un'estensione di Chrome sviluppata da https://cpa.rip, e la sua funzione principale è "Get to know the trust level of your Facebook Ads account.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ads Trust

Scarica i file di estensione Ads Trust in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The extension shows the trust level of Facebook Ads to your payment profile.                    

Informazioni di Base sull'Estensione

Nome Ads Trust Ads Trust
ID lanhjpladilgmdkepgeggnllpiofkefi
URL Ufficiale https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi
Descrizione Get to know the trust level of your Facebook Ads account.
Dimensione del File 54.72 KB
Conteggio Installazioni 5,000
Versione Corrente 0.3
Ultimo Aggiornamento 2023-08-22
Data di Pubblicazione 2023-08-22
Sviluppatore https://cpa.rip
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/
URL della Pagina della Politica sulla Privacy https://cpa.rip/adlibraryhelper/policy.html
Lingue Supportate 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"
    ]
}