Tag Assistant search filter
Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.
Qu'est-ce que Tag Assistant search filter ?
Tag Assistant search filter est une extension Chrome développée par Gergely Kántor, et sa fonction principale est "Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tag Assistant search filter
Téléchargez les fichiers d'extension Tag Assistant search filter 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
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.
Informations de Base sur l'Extension
Nom | Tag Assistant search filter |
ID | akndieielbdcchpmjodmpccgkjdfjbgc |
URL Officiel | https://chromewebstore.google.com/detail/tag-assistant-search-filt/akndieielbdcchpmjodmpccgkjdfjbgc |
Description | Add input filter for tags and variables in Google Tag Assistant window. Make it easy to search for relevant items. |
Taille du Fichier | 54.73 KB |
Nombre d'Installations | 43 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2021-11-23 |
Date de Publication | 2021-06-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Gergely Kántor |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |