Smart ADS Check

Tool to check advertising account information quickly and conveniently.

什麼是Smart ADS Check?

Smart ADS Check是由Ads Team開發的Chrome擴展程式,該擴展的主要功能是“Tool to check advertising account information quickly and conveniently.”。

擴展截圖

screenshot

下載Smart ADS Check擴展crx文件

下載Smart ADS Check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Smart ADS Check
ID lcjgedfpjoekcglnniipmmnlplglbfio
官方網址 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"
    }
}