Smart ADS Check

Tool to check advertising account information quickly and conveniently.

O que é Smart ADS Check?

Smart ADS Check é uma extensão do Chrome desenvolvida por Ads Team, e sua principal característica é "Tool to check advertising account information quickly and conveniently.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Smart ADS Check

Baixe arquivos de extensão Smart ADS Check no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Smart ADS Check Smart ADS Check
ID lcjgedfpjoekcglnniipmmnlplglbfio
URL Oficial https://chromewebstore.google.com/detail/smart-ads-check/lcjgedfpjoekcglnniipmmnlplglbfio
Descrição Tool to check advertising account information quickly and conveniently.
Tamanho do Arquivo 1.35 MB
Contagem de Instalações 458
Versão Atual 1.0.1
Última Atualização 2022-10-26
Data de Publicação 2022-10-24
Classificação 4.68/5 Total de 22 Avaliações
Desenvolvedor Ads Team
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}