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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}