Advertising Budget Helper

This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding

O que é Advertising Budget Helper?

Advertising Budget Helper é uma extensão do Chrome desenvolvida por innovation.services, e sua principal característica é "This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Advertising Budget Helper

Baixe arquivos de extensão Advertising Budget Helper 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

                        The purpose of this extension is to avoid budget overspending in advertising campaigns.
The extension automatically creates a clone of the input field when there is a budget to be inserted (paste is disabled for the cloned input field).
The user cannot proceed if the two values aren't identical, forcing the user to double check the values inserted.
Working for Facebook (english and italian languages) and DV360 (english language).                    

Informações Básicas da Extensão

Nome Advertising Budget Helper Advertising Budget Helper
ID fieahengdfcnaajaoleahooihlhkhehl
URL Oficial https://chromewebstore.google.com/detail/advertising-budget-helper/fieahengdfcnaajaoleahooihlhkhehl
Descrição This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding
Tamanho do Arquivo 207 KB
Contagem de Instalações 101
Versão Atual 0.0.0.16
Última Atualização 2023-12-14
Data de Publicação 2022-01-13
Desenvolvedor innovation.services
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.datakojak.com/en/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advertising Budget Helper",
    "description": "This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding",
    "version": "0.0.0.16",
    "manifest_version": 3,
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "480": "favicon-480x480.png",
        "512": "favicon-512x512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "favicon-16x16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.facebook.com\/*",
        "*:\/\/adsmanager.facebook.com\/*",
        "*:\/\/business.facebook.com\/*",
        "*:\/\/displayvideo.google.com\/*",
        "*:\/\/ads.tiktok.com\/*",
        "*:\/\/business.tiktok.com\/*"
    ]
}