Subly

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

ما هو Subly؟

Subly هو إضافة Chrome تم تطويرها بواسطة https://subly.app، والميزة الرئيسية لها هي "Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Subly

قم بتنزيل ملفات الامتداد Subly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Subly Subly
ID adkphphbcoohfcgjhajhkedngglechcj
عنوان URL الرسمي https://chromewebstore.google.com/detail/subly/adkphphbcoohfcgjhajhkedngglechcj
الوصف Easily manage and keep track of your online subscriptions with the Subly Chrome extension. With a single click, you can…
حجم الملف 2.92 MB
عدد التثبيتات 198
النسخة الحالية 0.0.2
آخر تحديث 2024-01-03
تاريخ النشر 2023-10-17
تقييم 5.00/5 مجموع تقييمات 2
المطور https://subly.app
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.subly.app/legal/privacy-policy
اللغات المدعومة 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"
    }
}