Subly

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

什麼是Subly?

Subly是由https://subly.app開發的Chrome擴展程式,該擴展的主要功能是“Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…”。

擴展截圖

下載Subly擴展crx文件

下載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 Subly
ID adkphphbcoohfcgjhajhkedngglechcj
官方網址 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"
    }
}