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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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\/*"
    ]
}