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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
    }
}