UTM Quick Linker
Quickly create UTM links
UTM Quick Linker क्या है?
UTM Quick Linker James Kennedy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly create UTM links"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UTM Quick Linker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UTM links are awesome, but a bit of a pain to create and keep consistent. This extension gives you a UTM'ized version of the current page's URL, ready to share, making it much easier to create quick UTM links. You can use it to tag your advertising efforts, run link building competitions (by getting staff to enter their name in the source field and creating a league table of conversions) or just save you time when tagging your links.
एक्सटेंशन की मूल जानकारी
नाम | UTM Quick Linker |
ID | mghcdmbkghagennjmpllgbpdecmlhpif |
आधिकारिक URL | https://chromewebstore.google.com/detail/utm-quick-linker/mghcdmbkghagennjmpllgbpdecmlhpif |
विवरण | Quickly create UTM links |
फ़ाइल का आकार | 217 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2014-09-03 |
प्रकाशन तिथि | 2014-09-03 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | James Kennedy |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.jameskennedy.ie/utm-quick-linker/ |
सहायता पृष्ठ URL | http://www.jameskennedy.ie/utm-quick-linker/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.6", "manifest_version": 2, "description": "__MSG_appDescription__", "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "UTM Quick Linker", "default_popup": "popup.html" } } |