Linkder
Visually inspect a list of websites or social media profiles in a snap.
Linkderคืออะไร?
Linkder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linkder.co และคุณลักษณะหลักของมันคือ "Visually inspect a list of websites or social media profiles in a snap."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linkder
ดาวน์โหลดไฟล์ส่วนขยาย Linkder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visually inspect hundreds of websites or social media profiles in minutes, not hours. Click ❤️ if it's a match or ✖️ if it's not. Need to add a note? No problem. After you're finished export everything into a CSV file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Linkder |
ID | pjkfnccncckmlnncfcfcdngenkeecgko |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko |
คำอธิบาย | Visually inspect a list of websites or social media profiles in a snap. |
ขนาดไฟล์ | 1.65 MB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.11 |
อัปเดตครั้งล่าสุด | 2022-09-23 |
วันที่เผยแพร่ | 2022-09-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://linkder.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://linkder.co |
URL หน้านโยบายความเป็นส่วนตัว | https://linkder.co/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linkder", "version": "1.11", "description": "Visually inspect a list of websites or social media profiles in a snap.", "icons": { "128": "img\/128_icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/128_icon.png", "default_title": "Linkder" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/app.linkder.co\/*" ], "manifest_version": 3 } |