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
公式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
Eメール [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"
    }
}