Watermelon BETA

Review online terms and conditions in 1 click

Watermelon BETA란 무엇입니까?

Watermelon BETA은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Review online terms and conditions in 1 click"입니다.

확장 프로그램 스크린샷

Watermelon BETA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Watermelon BETA Watermelon BETA
ID omnjogaekhhlbnhijlijjkdmlkeakamk
공식 URL https://chromewebstore.google.com/detail/watermelon-beta/omnjogaekhhlbnhijlijjkdmlkeakamk
설명 Review online terms and conditions in 1 click
파일 크기 37.7 KB
설치 횟수 355
현재 버전 0.0.2
최근 업데이트 2019-04-10
출시 날짜 2019-04-06
개발자 Unknown
결제 유형 free
지원되는 언어 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"
    }
}