Advertising Budget Helper

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

Qu'est-ce que Advertising Budget Helper ?

Advertising Budget Helper est une extension Chrome développée par innovation.services, et sa fonction principale est "This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Advertising Budget Helper

Téléchargez les fichiers d'extension Advertising Budget Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Advertising Budget Helper Advertising Budget Helper
ID fieahengdfcnaajaoleahooihlhkhehl
URL Officiel https://chromewebstore.google.com/detail/advertising-budget-helper/fieahengdfcnaajaoleahooihlhkhehl
Description This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding
Taille du Fichier 207 KB
Nombre d'Installations 101
Version Actuelle 0.0.0.16
Dernière Mise à Jour 2023-12-14
Date de Publication 2022-01-13
Développeur innovation.services
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.datakojak.com/en/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}