UTM URL Generator | Campaign URL Builder
Helps you to build UTM Urls in click of Button
Qu'est-ce que UTM URL Generator | Campaign URL Builder ?
UTM URL Generator | Campaign URL Builder est une extension Chrome développée par https://bloglikepru.com, et sa fonction principale est "Helps you to build UTM Urls in click of Button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UTM URL Generator | Campaign URL Builder
Téléchargez les fichiers d'extension UTM URL Generator | Campaign URL Builder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✅ UTM URL Generator 🌐 ✅ Simple Chrome Extension for creating UTM URLs Quickly 🔖 What is UTM URL? - A UTM code is a snippet of simple code that you can add to the end of a URL to track the performance of campaigns and content. 📝 Requirements - Current Page URL - Campaign Details 💅 Features - Quick launch with Ctrl + Q - Displays QR Code - Auto fetching Current Tab URL - Auto Copy to Clipboard - Built using Pure.CSS - Light Weight ✅ LICENSE : MIT
Informations de Base sur l'Extension
Nom | |
ID | eajmnpeglppbdkbhmglhhaaplpgfpfin |
URL Officiel | https://chromewebstore.google.com/detail/utm-url-generator-campaig/eajmnpeglppbdkbhmglhhaaplpgfpfin |
Description | Helps you to build UTM Urls in click of Button |
Taille du Fichier | 97.78 KB |
Nombre d'Installations | 37 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-07-22 |
Date de Publication | 2020-07-19 |
Développeur | https://bloglikepru.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hub.bloglikepru.com/utm-url-generator |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UTM URL Generator | Campaign URL Builder", "description": "Helps you to build UTM Urls in click of Button", "version": "0.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html", "default_title": "UTM URL Generator" }, "homepage_url": "https:\/\/hub.bloglikepru.com\/utm-url-generator\/?utm_source=Chrome Webstore&utm_medium=Store Listing&utm_campaign=ChromePlugin", "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "linux": "Ctrl+Q", "windows": "Alt+Q", "mac": "Alt+Q" } } } } |