Subly

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

Apa itu Subly?

Subly adalah ekstensi Chrome yang dikembangkan oleh https://subly.app, dan fitur utamanya adalah "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Subly

Unduh file ekstensi Subly dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Subly Subly
ID adkphphbcoohfcgjhajhkedngglechcj
URL Resmi https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj
Deskripsi Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
Ukuran File 2.92 MB
Jumlah Instalasi 198
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2024-01-03
Tanggal Publikasi 2023-10-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://subly.app
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.subly.app/legal/privacy-policy
Bahasa yang Didukung 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"
    }
}