Ads Trust

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

Wat is Ads Trust?

Ads Trust is een Chrome-extensie ontwikkeld door https://cpa.rip, en de belangrijkste functie is "Get to know the trust level of your Facebook Ads account.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ads Trust

Download Ads Trust-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ads Trust Ads Trust
ID lanhjpladilgmdkepgeggnllpiofkefi
Officiële URL https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi
Beschrijving Get to know the trust level of your Facebook Ads account.
Bestandsgrootte 54.72 KB
Aantal Installaties 5,000
Huidige Versie 0.3
Laatst Bijgewerkt 2023-08-22
Publicatiedatum 2023-08-22
Ontwikkelaar https://cpa.rip
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/
URL van de Privacybeleid Pagina https://cpa.rip/adlibraryhelper/policy.html
Ondersteunde Talen 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"
    ]
}