Watermelon BETA

Review online terms and conditions in 1 click

O que é Watermelon BETA?

Watermelon BETA é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Review online terms and conditions in 1 click".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Watermelon BETA

Baixe arquivos de extensão Watermelon BETA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Watermelon BETA Watermelon BETA
ID omnjogaekhhlbnhijlijjkdmlkeakamk
URL Oficial https://chromewebstore.google.com/detail/watermelon-beta/omnjogaekhhlbnhijlijjkdmlkeakamk
Descrição Review online terms and conditions in 1 click
Tamanho do Arquivo 37.7 KB
Contagem de Instalações 355
Versão Atual 0.0.2
Última Atualização 2019-04-10
Data de Publicação 2019-04-06
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}