Redfly Tagger for Google Analytics™
...
ما هو Redfly Tagger for Google Analytics™؟
Redfly Tagger for Google Analytics™ هو إضافة Chrome تم تطويرها بواسطة Redfly، والميزة الرئيسية لها هي "...".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redfly Tagger for Google Analytics™
قم بتنزيل ملفات الامتداد Redfly Tagger for Google Analytics™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | dbhmpojpnnkhcfblagebphlnmmccmiid |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid |
| الوصف | ... |
| حجم الملف | 141 KB |
| عدد التثبيتات | 212 |
| النسخة الحالية | 2.0 |
| آخر تحديث | 2013-03-31 |
| تاريخ النشر | 2013-03-31 |
| تقييم | 4.50/5 مجموع تقييمات 2 |
| المطور | Redfly |
| نوع الدفع | free |
| موقع الإضافة | http://www.redflymarketing.com/ |
| عنوان صفحة المساعدة | https://www.redflymarketing.com/contact. |
| اللغات المدعومة | 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:\/\/*\/*"
]
} | |