Subscrybe

Manage subscriptions, and get alerted before next billing date.

Wat is Subscrybe?

Subscrybe is een Chrome-extensie ontwikkeld door https://subscrybe.app, en de belangrijkste functie is "Manage subscriptions, and get alerted before next billing date.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Subscrybe

Download Subscrybe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Subscrybe Subscrybe
ID cfcdaknjempfnjedghajbienfhgambom
Officiële URL https://chromewebstore.google.com/detail/subscrybe/cfcdaknjempfnjedghajbienfhgambom
Beschrijving Manage subscriptions, and get alerted before next billing date.
Bestandsgrootte 46.71 KB
Aantal Installaties 122
Huidige Versie 1.0.8
Laatst Bijgewerkt 2020-05-14
Publicatiedatum 2020-05-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://subscrybe.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://subscrybe.app
Ondersteunde Talen 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"
    }
}