Smart ADS Check

Tool to check advertising account information quickly and conveniently.

Was ist Smart ADS Check?

Smart ADS Check ist eine Chrome-Erweiterung, die von Ads Team entwickelt wurde, und ihr Hauptmerkmal ist "Tool to check advertising account information quickly and conveniently.".

Erweiterungsscreenshots

screenshot

Smart ADS Check-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart ADS Check-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Smart ADS Check Smart ADS Check
ID lcjgedfpjoekcglnniipmmnlplglbfio
Offizielle URL https://chromewebstore.google.com/detail/smart-ads-check/lcjgedfpjoekcglnniipmmnlplglbfio
Beschreibung Tool to check advertising account information quickly and conveniently.
Dateigröße 1.35 MB
Installationsanzahl 458
Aktuelle Version 1.0.1
Letztes Update 2022-10-26
Veröffentlichungsdatum 2022-10-24
Bewertung 4.68/5 Insgesamt 22 Bewertungen
Entwickler Ads Team
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}