UTM Cleaner
Removes 'utm_' parameters from queries
Что такое UTM Cleaner?
UTM Cleaner - это расширение Chrome, разработанное burik666, и его основная функция - "Removes 'utm_' parameters from queries".
Снимки экрана расширения
Скачать файл CRX расширения UTM Cleaner
Скачайте файлы расширений UTM Cleaner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Urchin Tracking Module (UTM) parameters are five variants of URL parameters used by marketers to track the effectiveness of online marketing campaigns across traffic sources and publishing media. (from wiki) This extension removes 'utm_' parameters from queries. For example: Request https://example.org/?id=1&utm_source=email_notifications will be redirected to https://example.org/?id=1
Основная информация о расширении
Название | UTM Cleaner |
ID | callcknokdemagicbjfplblmfojambpd |
Официальный URL | https://chrome.google.com/webstore/detail/utm-cleaner/callcknokdemagicbjfplblmfojambpd |
Описание | Removes 'utm_' parameters from queries |
Размер файла | 45.27 KB |
Количество установок | 46 |
Текущая Версия | 0.1 |
Последнее Обновление | 2018-07-14 |
Дата публикации | 2018-07-14 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | burik666 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UTM Cleaner", "version": "0.1", "description": "Removes 'utm_' parameters from queries", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "tabs", " |