clickembed link
Shortens URL and adds call to action to link
clickembed linkคืออะไร?
clickembed link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob และคุณลักษณะหลักของมันคือ "Shortens URL and adds call to action to link"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย clickembed link
ดาวน์โหลดไฟล์ส่วนขยาย clickembed link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shorten any URL & Add Call To Action
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfgijnneaoeacidipikfdbecamkolcfb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clickembed-link/hfgijnneaoeacidipikfdbecamkolcfb |
คำอธิบาย | Shortens URL and adds call to action to link |
ขนาดไฟล์ | 218 KB |
จำนวนการติดตั้ง | 122 |
เวอร์ชันปัจจุบัน | 2.0.4 |
อัปเดตครั้งล่าสุด | 2019-06-06 |
วันที่เผยแพร่ | 2019-06-06 |
ผู้พัฒนา | Rob |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "clickembed link", "short_name": "clickembed", "version": "2.0.4", "description": "Shortens URL and adds call to action to link", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "permissions": [ "storage", "cookies", "tabs", "activeTab", "*:\/\/*.jvzoo.com\/*", "*:\/\/*.warriorplus.com\/*", "*:\/\/*.emcodeweb.com\/*", "*:\/\/*.clii.xyz\/*" ], "browser_action": { "default_title": "Url Shortner & AddCTA", "default_icon": "icons\/icon-48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "j.js", "bt.js", "main.js" ] }, "web_accessible_resources": [ "options.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.warriorplus.com\/*", "*:\/\/*.warriorplus.com\/o\/view\/*" ], "js": [ "popup.js" ] } ] } |