Redfly Tagger for Google Analytics™
...
Wat is Redfly Tagger for Google Analytics™?
Redfly Tagger for Google Analytics™ is een Chrome-extensie ontwikkeld door Redfly, en de belangrijkste functie is "...".
Extensie Screenshots
Download het CRX-bestand van de extensie Redfly Tagger for Google Analytics™
Download Redfly Tagger for Google Analytics™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The Redfly Tagger for use with Google Analytics™ is a simply chrome extension enabling you to to quickly create custom URLs using Google Analytics parameters in a quick and easy "right click" lightbox interface.
*****************
Version 2 improves stability, fixes some minor bugs and allows for customization of tagged URL. It's also now available from the context menu. Basisinformatie over de Extensie
| Naam | |
| ID | dbhmpojpnnkhcfblagebphlnmmccmiid |
| Officiële URL | https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid |
| Beschrijving | ... |
| Bestandsgrootte | 141 KB |
| Aantal Installaties | 212 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2013-03-31 |
| Publicatiedatum | 2013-03-31 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Redfly |
| Betalingswijze | free |
| Extensiewebsite | http://www.redflymarketing.com/ |
| Help Pagina-URL | https://www.redflymarketing.com/contact. |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Redfly Tagger for Google Analytics\u2122",
"version": "2.0",
"manifest_version": 2,
"description": "...",
"options_page": "options.htm",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_128.png",
"default_title": "Redfly Google Analytics Tagger",
"default_popup": "options.htm"
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"options.htm"
],
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |