AdBright

View accurate real-time data directly in your Facebook, TikTok and Google Ads Manager. For a fraction of the cost of other trackers.

Qu'est-ce que AdBright ?

AdBright est une extension Chrome développée par https://adbright.io, et sa fonction principale est "View accurate real-time data directly in your Facebook, TikTok and Google Ads Manager. For a fraction of the cost of other trackers.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AdBright

Téléchargez les fichiers d'extension AdBright au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        iOS14 update making it difficult to track your Facebook ad performance? AdBright is the new instant fix used by 8-figure Shopify stores to keep better track of their ads. Without paying hundreds or even thousands of dollars a month for overly expensive trackers like Hyros, TripleWhale or Cometly.

- Increase your ROAS by scaling ads that are Actually profitable, and pausing ads that are not.

- Stop relying on Facebook's "computer modeled" guesswork on which of your ads is performing.

- Save countless of hours of going back and forth manually checking each ad's performance in Google Analytics or other tracking platforms.

- Keep your data private, nobody but you has any access to your accounts' data.

- No complicated onboarding processes needed. AdBright automatically creates everything for you with just one click.

- Currently spending $300, $500, $1000+ on ad tracking? Replace everything for as little as $39/month.

Install now and instantly find out which of your Facebook ads are actually making you money, and which ones are not.

-------------------------------------------------------

By using this extension, you agree to the AdBright Terms & Conditions available at http://adbright.io/terms                    

Informations de Base sur l'Extension

Nom AdBright AdBright
ID aamlnakfdeojcalhpjfhkcljnemoedlo
URL Officiel https://chromewebstore.google.com/detail/adbright/aamlnakfdeojcalhpjfhkcljnemoedlo
Description View accurate real-time data directly in your Facebook, TikTok and Google Ads Manager. For a fraction of the cost of other trackers.
Taille du Fichier 734 KB
Nombre d'Installations 188
Version Actuelle 2.15.0
Dernière Mise à Jour 2024-02-13
Date de Publication 2021-12-31
Évaluation 4.60/5 Total 5 Évaluations
Développeur https://adbright.io
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension http://adbright.io
URL de la Page d'Aide http://adbright.io/#contact
URL de la Page de Politique de Confidentialité http://adbright.io/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "View accurate real-time data directly in your Facebook, TikTok and Google Ads Manager. For a fraction of the cost of other trackers.",
    "version": "2.15.0",
    "manifest_version": 3,
    "name": "AdBright",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/business.facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/business.facebook.com\/adsmanager\/manage\/campaigns*",
                "https:\/\/adsmanager.facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/adsmanager.facebook.com\/adsmanager\/manage\/campaigns*",
                "https:\/\/facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/facebook.com\/adsmanager\/manage\/campaigns*",
                "https:\/\/www.facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/www.facebook.com\/adsmanager\/manage\/campaigns*"
            ],
            "js": [
                "contentScript.bundle.js",
                "setup.js"
            ],
            "css": [
                "content.styles.css",
                "setup.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/business.facebook.com\/adsmanager\/manage\/campaigns*",
                "https:\/\/adsmanager.facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/adsmanager.facebook.com\/adsmanager\/manage\/campaigns*",
                "https:\/\/facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/facebook.com\/adsmanager\/manage\/campaigns*",
                "https:\/\/www.facebook.com\/adsmanager\/manage\/ads*",
                "https:\/\/www.facebook.com\/adsmanager\/manage\/campaigns*"
            ],
            "js": [
                "facebookInjection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/ads.tiktok.com\/i18n\/*"
            ],
            "js": [
                "tiktok.bundle.js"
            ],
            "css": [
                "tiktok.styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ads.google.com\/*"
            ],
            "js": [
                "google.bundle.js"
            ],
            "css": [
                "google.styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ads.google.com\/*"
            ],
            "js": [
                "googleInjection.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/events_manager*setup_popup_overlay*",
                "https:\/\/facebook.com\/events_manager*setup_popup_overlay*",
                "https:\/\/*.facebook.com\/events_manager*setup_popup_overlay*"
            ],
            "js": [
                "facebook.bundle.js"
            ],
            "css": [
                "eventsManager.styles.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.shopify.com\/*",
                "https:\/\/*.myshopify.com\/*"
            ],
            "js": [
                "setup.js"
            ],
            "css": [
                "setup.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "pageScript.bundle.js",
                "injectedFacebook.js",
                "injectedGoogle.js",
                "setupPopup.html",
                "facebook-disabled.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "cookies",
        "activeTab",
        "tabs",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/*.cloudfunctions.net\/*",
        "https:\/\/adbright.io\/",
        "https:\/\/*.adbright.io\/"
    ],
    "oauth2": {
        "client_id": "943597232426-004mk6org1r1mdf56lqll08pl1po2vbv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/analytics.readonly",
            "https:\/\/www.googleapis.com\/auth\/analytics.edit",
            "https:\/\/www.googleapis.com\/auth\/tagmanager.edit.containers",
            "https:\/\/www.googleapis.com\/auth\/tagmanager.edit.containerversions",
            "https:\/\/www.googleapis.com\/auth\/tagmanager.publish"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvjXtTWAavDf3JDlANHHTBV2F56Rl9bqZoWcjey030T6mYkI0xH+tf54v25dfNEqNMSr1\/PYIZAOlktENLEmI6ocJhu1HYDOtKvkfhqjqHUI7tCDAju9cxNCbNumwCzrF5oZY4xJOTq6Q8c5kIRF6K2dUfLFvrvHgCGCk\/ualhpC1yjm7srdCKH93I3Ila+HHF\/iR61zlENqfDef6D+0m0s2kaTg6RPYggkFtmwjF5QsyqVV4TJtQ06TQeJT08uu2OjyAtZO1UV+D+KH2e7vA7BrXUypPR3cnlamC0A83flVu0nN8Gb5gx0yt\/NsJVH4Dv7afZvgzAo+sHBOuoJTH+wIDAQAB"
}