UTM Paramater Testing

This extension will add UTM parameters to the end of your current URL

ما هو UTM Paramater Testing؟

UTM Paramater Testing هو إضافة Chrome تم تطويرها بواسطة Darren Smith، والميزة الرئيسية لها هي "This extension will add UTM parameters to the end of your current URL".

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

screenshot

تحميل ملف CRX للإضافة UTM Paramater Testing

قم بتنزيل ملفات الامتداد UTM Paramater Testing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Quickly add UTM Parameters to your current URL.

With one click you can add UTM Content, UTM Source, UTM Term and UTM Medium to the current tab URL, perfect for testing if URL parameters are populating in your forms.

**New for Version 1.5**
Button will now remove any existing query string present in url.                    

معلومات أساسية عن التمديد

الاسم UTM Paramater Testing UTM Paramater Testing
ID mnfbgndnfookkffhhignchdhgodkddcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/utm-paramater-testing/mnfbgndnfookkffhhignchdhgodkddcj
الوصف This extension will add UTM parameters to the end of your current URL
حجم الملف 183 KB
عدد التثبيتات 73
النسخة الحالية 1.5
آخر تحديث 2017-10-17
تاريخ النشر 2017-10-17
المطور Darren Smith
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UTM Paramater Testing",
    "description": "This extension will add UTM parameters to the end of your current URL",
    "version": "1.5",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "url_edit.png",
        "default_popup": "popup.html"
    }
}