Smart ADS Check

Tool to check advertising account information quickly and conveniently.

Apa itu Smart ADS Check?

Smart ADS Check adalah ekstensi Chrome yang dikembangkan oleh Ads Team, dan fitur utamanya adalah "Tool to check advertising account information quickly and conveniently.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Smart ADS Check

Unduh file ekstensi Smart ADS Check dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Smart ADS Check Smart ADS Check
ID lcjgedfpjoekcglnniipmmnlplglbfio
URL Resmi https://chromewebstore.google.com/detail/smart-ads-check/lcjgedfpjoekcglnniipmmnlplglbfio
Deskripsi Tool to check advertising account information quickly and conveniently.
Ukuran File 1.35 MB
Jumlah Instalasi 458
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-10-26
Tanggal Publikasi 2022-10-24
Penilaian 4.68/5 Total 22 Penilaian
Pengembang Ads Team
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}