Subly

Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…

Subly là gì?

Subly là một tiện ích mở rộng Chrome được phát triển bởi https://subly.app, và tính năng chính của nó là "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Subly

Tải xuống các tệp mở rộng Subly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subly Subly
ID adkphphbcoohfcgjhajhkedngglechcj
URL Chính Thức https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj
Mô tả Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Kích Thước Tệp 2.92 MB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2024-01-03
Ngày Phát Hành 2023-10-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://subly.app
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.subly.app/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}