ScribeUp

Enjoy total control and monthly savings when you use ScribeUp for risk-free trials and subscriptions.

Co to jest ScribeUp?

ScribeUp to rozszerzenie Chrome opracowane przez https://scribeup.io, a jego główną funkcją jest „Enjoy total control and monthly savings when you use ScribeUp for risk-free trials and subscriptions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ScribeUp

Pobierz pliki rozszerzeń ScribeUp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ScribeUp is a FREE tool that gives you complete control over your digital subscriptions and recurring payments. ScribeUp ensures your subscription experience is pure enjoyment – meaning you'll never worry again about forgetting to cancel free trials, keeping track of your subscriptions, or overspending on recurring payments each month! 

ScribeUp helps you take control of your subscriptions by finding what you're paying for and canceling anything you're not using. We even help you save on your monthly subscription bills with ScribeUp Rewards (i.e., cashback from shopping at participating merchants)!

It's time to get control and savings with ScribeUp. Here's how:
🕹️ Control your subscriptions with one click
⛔ Find & cancel unwanted subscriptions
💪 Try free trials with no risk
💸 Save hundreds each year on subscriptions
🔔 Get notified before you’re charged

*Only available for US residents

More information about our features:
🕹️ Control your subscriptions with one-click
See all of your subscriptions and free trials, including fees and renewal dates, in one simple dashboard and control them with just one click. Monitor and track your subscriptions with ease and security. 

⛔ Find & cancel unwanted subscriptions
Find and check all active subscriptions you’re currently paying for that you may not realize you are paying for and cancel them with a click of a button. Know the recurring payments you are paying for on your credit and debit cards and cancel all unwanted automatic payments in one-click.  Yes, it's that easy to remove recurring payments! 

💪 Try free trials with no risk
Try services that offer a free trial (e.g., streaming, fitness, music) without the possibility of an unwanted bill. Sign up without your personal credit card and we'll make sure you're not charged even if you forget to cancel or remove your membership!

💸 Save hundreds each year on subscriptions
Shop online as you normally do and leverage untapped shopping rewards from participating merchants (average of ~$12/month per user -- that's free Netflix!). Offset your monthly recurring payment bills through collecting all the rewards!

🔔 Get notified before you’re charged
Get timely alerts before your free trial expires or your subscription renews, so you get to decide whether you want to keep or cancel. If you want to keep it, we will help you manage those autopayments. If you want to cancel, we will tell you how to cancel your subscription. It's that easy to keep or remove your subscriptions!                    

Podstawowe informacje o rozszerzeniu

Nazwa ScribeUp ScribeUp
ID bbhicndilgleommagpdoflceilfeilln
Oficjalny URL https://chromewebstore.google.com/detail/scribeup/bbhicndilgleommagpdoflceilfeilln
Opis Enjoy total control and monthly savings when you use ScribeUp for risk-free trials and subscriptions.
Rozmiar pliku 5.53 MB
Liczba instalacji 20,000
Aktualna Wersja 0.1.5.2
Ostatnia Aktualizacja 2024-02-27
Data Publikacji 2022-04-26
Ocena 4.21/5 Łącznie 66 Oceny
Deweloper https://scribeup.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.scribeup.io
Adres URL Strony Polityki Prywatności https://account.scribeup.io/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enjoy total control and monthly savings when you use ScribeUp for risk-free trials and subscriptions.",
    "version": "0.1.5.2",
    "manifest_version": 2,
    "name": "ScribeUp",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "favicon-32x32.png"
    },
    "icons": {
        "192": "favicon-192x192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "autoSwapIframeScript.bundle.js"
            ],
            "exclude_matches": [
                "https:\/\/polaris.xfinity.com\/*"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mqFrameContentScript.bundle.js"
            ],
            "exclude_matches": [
                "https:\/\/polaris.xfinity.com\/*"
            ],
            "all_frames": true
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/account.scribeup.io\/*"
        ]
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg",
        "*.js"
    ]
}