Redfly Tagger for Google Analytics™
...
Redfly Tagger for Google Analytics™란 무엇입니까?
Redfly Tagger for Google Analytics™은(는) Redfly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "..."입니다.
확장 프로그램 스크린샷
Redfly Tagger for Google Analytics™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | Redfly Tagger for Google Analytics™ |
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/ |
도움말 페이지 URL | 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:\/\/*\/*" ] } |