Subly
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Sublyคืออะไร?
Subly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subly.app และคุณลักษณะหลักของมันคือ "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subly
ดาวน์โหลดไฟล์ส่วนขยาย Subly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can automatically save subscription details from any webpage. Say goodbye to forgetting about those auto-renewal subscriptions and take control of your online expenses.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Subly |
ID | adkphphbcoohfcgjhajhkedngglechcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj |
คำอธิบาย | Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can… |
ขนาดไฟล์ | 2.92 MB |
จำนวนการติดตั้ง | 198 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2024-01-03 |
วันที่เผยแพร่ | 2023-10-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://subly.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.subly.app/legal/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Subly", "version": "0.0.2", "action": { "default_popup": "index.html", "default_title": "Subly - Subscriptions manager" }, "permissions": [ "storage", "tabs", "activeTab" ], "background": { "service_worker": "sw.js" }, "externally_connectable": { "matches": [ "*:\/\/web.subly.app\/*", "http:\/\/localhost:3000\/*" ] }, "icons": { "16": "icon-512.png", "48": "icon-512.png", "128": "icon-512.png" } } |