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」です。
拡張機能のスクリーンショット
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 |
ID | fieahengdfcnaajaoleahooihlhkhehl |
公式URL | 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 |
Eメール | [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\/*" ] } |