Subscrybe

Manage subscriptions, and get alerted before next billing date.

Subscrybeとは何ですか?

Subscrybeはhttps://subscrybe.appによって開発されたChromeの拡張機能で、その主な機能は「Manage subscriptions, and get alerted before next billing date.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Subscrybe拡張機能のCRXファイルをダウンロード

Subscrybe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever subscribed for a free trial, and then forgot to cancel? Or use a paid service for a few months, stopped using it and kept getting charged?

Subscrybe is here to solve that problem, while minimizing friction.

It works in your browser, so everytime you are on a subscription page, the extension pops up and lets you save that subscription in just 1 click.

Then once your subscription is nearing its billing date, we send you a text letting you know. So you never have to remember all the subscriptions you are subscribed to, their expiry dates etc.                    

拡張機能の基本情報

名前 Subscrybe Subscrybe
ID cfcdaknjempfnjedghajbienfhgambom
公式URL https://chromewebstore.google.com/detail/subscrybe/cfcdaknjempfnjedghajbienfhgambom
説明 Manage subscriptions, and get alerted before next billing date.
ファイルサイズ 46.71 KB
インストール数 122
現在のバージョン 1.0.8
最終更新日 2020-05-14
公開日 2020-05-14
評価 5.00/5 合計 2 レビュー
開発者 https://subscrybe.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://subscrybe.app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subscrybe",
    "version": "1.0.8",
    "description": "Manage subscriptions, and get alerted before next billing date.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/my.subscrybe.app\/*",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "bundle.js",
                "alter.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Subscrybe",
        "default_popup": "index.html"
    }
}