AdBright
View accurate real-time data directly in your Facebook, TikTok and Google Ads Manager. For a fraction of the cost of other trackers.
AdBright क्या है?
AdBright https://adbright.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View accurate real-time data directly in your Facebook, TikTok and Google Ads Manager. For a fraction of the cost of other trackers."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AdBright एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | AdBright |
ID | aamlnakfdeojcalhpjfhkcljnemoedlo |
आधिकारिक URL | https://chromewebstore.google.com/detail/adbright/aamlnakfdeojcalhpjfhkcljnemoedlo |
विवरण | View accurate real-time data directly in your Facebook, TikTok and Google Ads Manager. For a fraction of the cost of other trackers. |
फ़ाइल का आकार | 734 KB |
स्थापना संख्या | 188 |
वर्तमान संस्करण | 2.15.0 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2021-12-31 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | https://adbright.io |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | http://adbright.io |
सहायता पृष्ठ URL | http://adbright.io/#contact |
गोपनीयता नीति पृष्ठ URL | http://adbright.io/privacy-policy |
समर्थित भाषाएँ | 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": [ " |