Advertising Budget Helper

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

什麼是Advertising Budget Helper?

Advertising Budget Helper是由innovation.services開發的Chrome擴展程式,該擴展的主要功能是“This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding”。

擴展截圖

screenshot

下載Advertising Budget Helper擴展crx文件

下載Advertising Budget Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Advertising Budget Helper Advertising Budget Helper
ID fieahengdfcnaajaoleahooihlhkhehl
官方網址 https://chromewebstore.google.com/detail/advertising-budget-helper/fieahengdfcnaajaoleahooihlhkhehl
簡介 This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding
檔案大小 207 KB
安裝次數 101
目前版本 0.0.0.16
更新時間 2023-12-14
上架時間 2022-01-13
開發者 innovation.services
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.datakojak.com/en/privacy-policy
支援的語言 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\/*"
    ]
}