Watermelon BETA

Review online terms and conditions in 1 click

Qu'est-ce que Watermelon BETA ?

Watermelon BETA est une extension Chrome développée par Unknown, et sa fonction principale est "Review online terms and conditions in 1 click".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Watermelon BETA

Téléchargez les fichiers d'extension Watermelon BETA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Watermelon BETA Watermelon BETA
ID omnjogaekhhlbnhijlijjkdmlkeakamk
URL Officiel https://chromewebstore.google.com/detail/watermelon-beta/omnjogaekhhlbnhijlijjkdmlkeakamk
Description Review online terms and conditions in 1 click
Taille du Fichier 37.7 KB
Nombre d'Installations 355
Version Actuelle 0.0.2
Dernière Mise à Jour 2019-04-10
Date de Publication 2019-04-06
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}