Hyperlink
Get push notifications when your links get clicked!
Hyperlinkคืออะไร?
Hyperlink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://usehyperlink.com และคุณลักษณะหลักของมันคือ "Get push notifications when your links get clicked!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hyperlink
ดาวน์โหลดไฟล์ส่วนขยาย Hyperlink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hyperlink is a link shortener that lets you get notified when you links are clicked on. Hyperlink supports: - Right click to create Hyperlinks - Custom domains - Editable destination urls - A push notification API - QR codes (mobile only) Mobile apps available for both iOS and Android.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hyperlink |
ID | dlgncnofjdagniahkcimljhineapppbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
คำอธิบาย | Get push notifications when your links get clicked! |
ขนาดไฟล์ | 29.28 KB |
จำนวนการติดตั้ง | 161 |
เวอร์ชันปัจจุบัน | 4.0 |
อัปเดตครั้งล่าสุด | 2019-12-12 |
วันที่เผยแพร่ | 2019-12-11 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://usehyperlink.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://usehyperlink.com |
URL หน้าช่วยเหลือ | http://usehyperlink.com/faq |
URL หน้านโยบายความเป็นส่วนตัว | http://usehyperlink.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hyperlink", "version": "4.0", "description": "Get push notifications when your links get clicked!", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "logo.png" } }, "icons": { "128": "logo.png" } } |