Smart ADS Check
Tool to check advertising account information quickly and conveniently.
Smart ADS Check là gì?
Smart ADS Check là một tiện ích mở rộng Chrome được phát triển bởi Ads Team, và tính năng chính của nó là "Tool to check advertising account information quickly and conveniently.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart ADS Check
Tải xuống các tệp mở rộng Smart ADS Check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart ADS Check |
ID | lcjgedfpjoekcglnniipmmnlplglbfio |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-ads-check/lcjgedfpjoekcglnniipmmnlplglbfio |
Mô tả | Tool to check advertising account information quickly and conveniently. |
Kích Thước Tệp | 1.35 MB |
Số Lần Cài Đặt | 458 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-10-26 |
Ngày Phát Hành | 2022-10-24 |
Đánh Giá | 4.68/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Ads Team |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |