Subly

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

What is Subly?

Subly is a Chrome extension developed by https://subly.app, and its main feature is "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".

Extension Screenshots

Download Subly Extension CRX File

Download Subly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Subly Subly
ID adkphphbcoohfcgjhajhkedngglechcj
Official URL https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj
Description Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
File Size 2.92 MB
Installation Count 198
Current Version 0.0.2
Last Updated 2024-01-03
Publish Date 2023-10-17
Rating 5.00/5 Total 2 Ratings
Developer https://subly.app
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.subly.app/legal/privacy-policy
Supported Languages 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"
    }
}