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 هو إضافة Chrome تم تطويرها بواسطة innovation.services، والميزة الرئيسية لها هي "This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Advertising Budget Helper

قم بتنزيل ملفات الامتداد Advertising Budget Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}