Ecomobi Generate Link tool
Smart Generate Link By Ecomobi
Ecomobi Generate Link toolคืออะไร?
Ecomobi Generate Link tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ecomobi และคุณลักษณะหลักของมันคือ "Smart Generate Link By Ecomobi"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ecomobi Generate Link tool
ดาวน์โหลดไฟล์ส่วนขยาย Ecomobi Generate Link tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |