Redfly Tagger for Google Analytics™
...
Vad är Redfly Tagger for Google Analytics™?
Redfly Tagger for Google Analytics™ är en Chrome-tillägg utvecklad av Redfly, och dess huvudfunktion är "...".
Tilläggsskärmbilder
Ladda ner Redfly Tagger for Google Analytics™-förlängningens CRX-fil
Ladda ner Redfly Tagger for Google Analytics™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dbhmpojpnnkhcfblagebphlnmmccmiid |
| Officiell webbadress | https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid |
| Beskrivning | ... |
| Filstorlek | 141 KB |
| Antal Installationer | 212 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2013-03-31 |
| Publiceringsdatum | 2013-03-31 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Redfly |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.redflymarketing.com/ |
| Hjälpsida URL | https://www.redflymarketing.com/contact. |
| Stödda Språk | 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:\/\/*\/*"
]
} | |