Ecomobi Generate Link tool
Smart Generate Link By Ecomobi
Ecomobi Generate Link tool란 무엇입니까?
Ecomobi Generate Link tool은(는) Ecomobi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart Generate Link By Ecomobi"입니다.
확장 프로그램 스크린샷
Ecomobi Generate Link tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A powerful tool for Publisher! "Ecomobi generate link tool" helps you quickly generate affiliate link when you access Advertiser's website. Promote affiliate links wherever you want and earn commissions with Ecomobi!
확장 프로그램 기본 정보
이름 | |
ID | kjkkbdiohnhbmkhakgijojkpbfjdigip |
공식 URL | https://chrome.google.com/webstore/detail/ecomobi-generate-link-too/kjkkbdiohnhbmkhakgijojkpbfjdigip |
설명 | Smart Generate Link By Ecomobi |
파일 크기 | 1.57 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.6 |
최근 업데이트 | 2019-07-05 |
출시 날짜 | 2019-07-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Ecomobi |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ecomobi.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecomobi Generate Link tool", "version": "1.6", "description": "Smart Generate Link By Ecomobi", "options_page": "options.html", "background": { "scripts": [ "js\/jquery-1.12.4.min.js", "js\/background.js" ] }, "permissions": [ "activeTab", "declarativeContent", "storage", "contextMenus", "tabs" ], "browser_action": { "default_icon": "images\/favico.png", "default_title": "T\u1ea1o link nhanh", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "js": [ "js\/jquery-1.12.4.min.js", "js\/background.js" ] } ], "icons": { "128": "images\/favico.png", "16": "images\/favico.png", "48": "images\/favico.png" }, "web_accessible_resources": [ "images\/favico.png" ], "manifest_version": 2 } |