Tag Assistant search filter
Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
Tag Assistant search filter क्या है?
Tag Assistant search filter Gergely Kántor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tag Assistant search filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can add search filter boxes to Google Tag Assistant window, which makes it easy to search among tags and variables. The filter box allows you to use Regular Expression search filters to be able to focus on currently edited or tested tags or variables. Instead of browsers built-in text search highlights, you get a narrowed set of tags or variables. As an extra feature, event history list can also be filtered. Just click the extension button whenever you need the search boxes.
एक्सटेंशन की मूल जानकारी
नाम | Tag Assistant search filter |
ID | akndieielbdcchpmjodmpccgkjdfjbgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc |
विवरण | Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items. |
फ़ाइल का आकार | 54.73 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2021-11-23 |
प्रकाशन तिथि | 2021-06-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Gergely Kántor |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tag Assistant search filter", "description": "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.", "version": "0.2.0", "browser_action": { "default_title": "Add search box to Tag Assistant", "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |