Watermelon BETA

Review online terms and conditions in 1 click

Co je Watermelon BETA?

Watermelon BETA je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Review online terms and conditions in 1 click“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Watermelon BETA

Stáhněte si soubory rozšíření Watermelon BETA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        As lawyers, we understand what a pain it is to review online terms and conditions. From navigating page links, to paragraphs that go on forever, to clauses in ALL CAPITALS.......we could go on. 

To make things worse, you either have to read on screen (cue red eye) or print them out (think of the trees!). 

We also understand that, at least initially, you only need a few keys bits of information to get started. Like which jurisdiction applies, or if there are particular things you need to watch out for like unlimited indemnities. 

Watermelon gives lawyers the key bits of information they need from online terms and conditions in 1 click. 

Think of it as your head-start. With no printing, no red-eye and no scrolling. 

Please note, Watermelon does NOT constitute legal advice. 

COOKIES: Google's Analytics features allow us to access certain information about how Watermelon is used which, is obtained by using cookies. The cookies used ONLY access information about your use of Watermelon and expire when you close your browser. BY INSTALLING WATERMELON YOU ARE CONSENTING TO THE USE OF COOKIES FOR THESE PURPOSES.

PRIVACY: The information we are able to access relates to your use of Watermelon. It DOES include the url of the website you were on when you used Watermelon, how many times you used it and your location. We DO NOT collect information which allows us to identify you as an individual or your browsing history outside of your use of Watermelon.   

BETA: Please note we are still in BETA at the moment so Watermelon won't work on all sites, but we are working to add new ones all the time.                    

Základní Informace o Rozšíření

Název Watermelon BETA Watermelon BETA
ID omnjogaekhhlbnhijlijjkdmlkeakamk
Oficiální URL https://chromewebstore.google.com/detail/watermelon-beta/omnjogaekhhlbnhijlijjkdmlkeakamk
Popis Review online terms and conditions in 1 click
Velikost souboru 37.7 KB
Počet instalací 355
Aktuální Verze 0.0.2
Poslední Aktualizace 2019-04-10
Datum Vydání 2019-04-06
Vývojář Unknown
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watermelon BETA",
    "short_name": "Watermelon BETA",
    "description": "Review online terms and conditions in 1 click",
    "version": "0.0.2",
    "author": "@amarfahmy",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistence": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/watermelon.png",
        "default_popup": "popup.html",
        "default_title": "Review online terms and conditions in 1 click"
    }
}