TagMan Implementation Helper
If there is a TagMan implementation on the current page you can view information about it.
TagMan Implementation Helper क्या है?
TagMan Implementation Helper adams.sam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If there is a TagMan implementation on the current page you can view information about it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TagMan Implementation Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shows a TagMan icon in the address bar/omnibox when TagMan is implemented on that page. Clicking this icon shows more detailed information about the implementation as well as information about the campaign activity currently recorded against that session. This can be used along side the "TagMan URL Changer" extension (for using test servers etc): https://chrome.google.com/webstore/detail/aepfachknffiglfeondjbmclhdingaad
एक्सटेंशन की मूल जानकारी
नाम | TagMan Implementation Helper |
ID | noajdpjhagodlelcnjojbjiclddckbca |
आधिकारिक URL | https://chromewebstore.google.com/detail/tagman-implementation-hel/noajdpjhagodlelcnjojbjiclddckbca |
विवरण | If there is a TagMan implementation on the current page you can view information about it. |
फ़ाइल का आकार | 118 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2013-10-16 |
प्रकाशन तिथि | 2013-10-16 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | adams.sam |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TagMan Implementation Helper", "manifest_version": 2, "icons": { "128": "128.png", "48": "48.png" }, "version": "0.1.0", "description": "If there is a TagMan implementation on the current page you can view information about it.", "background": { "scripts": [ "jquery.min.js", "Uri.min.js", "background.js" ] }, "page_action": { "default_icon": "48.png", "default_title": "Click for more details.", "default_popup": "popup.html" }, "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ] } |