Subly

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

Cos'è Subly?

Subly è un'estensione di Chrome sviluppata da https://subly.app, e la sua funzione principale è "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Subly

Scarica i file di estensione Subly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Subly Subly
ID adkphphbcoohfcgjhajhkedngglechcj
URL Ufficiale https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj
Descrizione Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Dimensione del File 2.92 MB
Conteggio Installazioni 198
Versione Corrente 0.0.2
Ultimo Aggiornamento 2024-01-03
Data di Pubblicazione 2023-10-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://subly.app
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.subly.app/legal/privacy-policy
Lingue Supportate 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"
    }
}