Subly

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

Was ist Subly?

Subly ist eine Chrome-Erweiterung, die von https://subly.app entwickelt wurde, und ihr Hauptmerkmal ist "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".

Erweiterungsscreenshots

Subly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Subly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Subly Subly
ID adkphphbcoohfcgjhajhkedngglechcj
Offizielle URL https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj
Beschreibung Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Dateigröße 2.92 MB
Installationsanzahl 198
Aktuelle Version 0.0.2
Letztes Update 2024-01-03
Veröffentlichungsdatum 2023-10-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://subly.app
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.subly.app/legal/privacy-policy
Unterstützte Sprachen 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"
    }
}