URLBuilder
Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.
Qu'est-ce que URLBuilder ?
URLBuilder est une extension Chrome développée par Uagadget, et sa fonction principale est "Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URLBuilder
Téléchargez les fichiers d'extension URLBuilder 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
Extension to mark URL for Google Analytics Report and other report system. This extension is add parameter to trackerd URL.
Informations de Base sur l'Extension
Nom | URLBuilder |
ID | bcgjpploneipkpioeiciajfgbdbfaagm |
URL Officiel | https://chromewebstore.google.com/detail/urlbuilder/bcgjpploneipkpioeiciajfgbdbfaagm |
Description | Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports. |
Taille du Fichier | 157 KB |
Nombre d'Installations | 89 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-11-20 |
Date de Publication | 2014-11-20 |
Développeur | Uagadget |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "img\/icon\/icon-32.png", "default_title": "URLBuilder", "default_popup": "popup.html" }, "description": "Extension to URL Builder and tag URL's to be tracked in Google Analytics Campaign and etc. reports.", "icons": { "32": "img\/icon\/icon-32.png", "64": "img\/icon\/icon-64.png" }, "name": "URLBuilder", "options_page": "options.html", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/api-ssl.bitly.com https:\/\/stats.g.doubleclick.net https:\/\/www.googleadservices.com\/ https:\/\/googleads.g.doubleclick.net; object-src 'self'", "version": "1.0.0" } |