Smart ADS Check
Tool to check advertising account information quickly and conveniently.
Smart ADS Check क्या है?
Smart ADS Check Ads Team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to check advertising account information quickly and conveniently."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart ADS Check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Smart ADS Check provides an overview of all the information of those ad accounts such as: Balance, threshold, limit/day, total spend, invoice date, etc., without you having to click on each one. ad account to check as before. The tool also supports users with the ability to calculate the amount of money spent each day or time that the user needs.
एक्सटेंशन की मूल जानकारी
नाम | Smart ADS Check |
ID | lcjgedfpjoekcglnniipmmnlplglbfio |
आधिकारिक URL | https://chromewebstore.google.com/detail/smart-ads-check/lcjgedfpjoekcglnniipmmnlplglbfio |
विवरण | Tool to check advertising account information quickly and conveniently. |
फ़ाइल का आकार | 1.35 MB |
स्थापना संख्या | 458 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-10-26 |
प्रकाशन तिथि | 2022-10-24 |
रेटिंग | 4.68/5 कुल 22 रेटिंग्स |
डेवलपर | Ads Team |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smart ADS Check", "description": "Tool to check advertising account information quickly and conveniently.", "version": "1.0.1", "permissions": [ "tabs", "storage", "cookies" ], "options_ui": { "page": ".\/options.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": ".\/background.js" }, "action": { "default_icon": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png" }, "default_title": "smit", "default_popup": ".\/popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ ".\/contentScripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" } } |