Subly

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

Hvad er Subly?

Subly er en Chrome-udvidelse udviklet af https://subly.app, og dens hovedfunktion er "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".

Udvidelsesskærmbilleder

Download Subly-udvidelses-CRX-fil

Download Subly-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Subly Subly
ID adkphphbcoohfcgjhajhkedngglechcj
Officiel URL https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj
Beskrivelse Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Filstørrelse 2.92 MB
Antal Installationer 198
Nuværende Version 0.0.2
Senest Opdateret 2024-01-03
Udgivelsesdato 2023-10-17
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://subly.app
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.subly.app/legal/privacy-policy
Understøttede Sprog 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"
    }
}