UTM URL Generator | Campaign URL Builder

Helps you to build UTM Urls in click of Button

UTM URL Generator | Campaign URL Builder क्या है?

UTM URL Generator | Campaign URL Builder https://bloglikepru.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you to build UTM Urls in click of Button"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UTM URL Generator | Campaign URL Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✅ 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                    

एक्सटेंशन की मूल जानकारी

नाम UTM URL Generator | Campaign URL Builder UTM URL Generator | Campaign URL Builder
ID eajmnpeglppbdkbhmglhhaaplpgfpfin
आधिकारिक URL https://chromewebstore.google.com/detail/utm-url-generator-campaig/eajmnpeglppbdkbhmglhhaaplpgfpfin
विवरण Helps you to build UTM Urls in click of Button
फ़ाइल का आकार 97.78 KB
स्थापना संख्या 37
वर्तमान संस्करण 0.1
अंतिम अपडेट 2020-07-22
प्रकाशन तिथि 2020-07-19
डेवलपर https://bloglikepru.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hub.bloglikepru.com/utm-url-generator
समर्थित भाषाएँ 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"
            }
        }
    }
}