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
官方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"
    }
}