Legal Leaf

We read the terms and conditions so you don't have to

Legal Leaf là gì?

Legal Leaf là một tiện ích mở rộng Chrome được phát triển bởi http://leaf.legal, và tính năng chính của nó là "We read the terms and conditions so you don't have to".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Legal Leaf

Tải xuống các tệp mở rộng Legal Leaf dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        (Beta Product)

88% of people never read the terms and conditions of websites or services they use. However, most people want to know what they are agreeing to in those terms. That is why we created Legal Leaf. We strongly believe that everyone should have easy access to those agreements, in language they can understand. 

Legal Leaf works behind the scenes, in your browser, to read and summarize these terms using powerful AI. We're constantly working to improve the accuracy of these summaries. The results are displayed in the top right corner without affecting web speeds.

One important note, to work on every site Google requires us to request permission to access "Your data on all websites". While we are given this permission, we promise to never view your specific data. We only look at the URL and use that to find the terms another way, without breaching your privacy.

If you have any feedback, please feel free to contact us at http://leaf.legal we would love to hear from you.

Leaf.legal is a beta product still going through development, and as such Legal Leaf is not responsible for, and expressly disclaims all liability for, damages of any kind arising out of use, reference to, or reliance on any information contained within the site or generated by Legal Leaf. While the accuracy and reliability of the site is periodically updated and examined, no guarantee is given that the information provided in this Web site is correct, complete, and up-to-date. We are glad you have joined us on this journey! Please send feedback.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Legal Leaf Legal Leaf
ID iefhleobalkilfgibhpgpjfidkhgcgbm
URL Chính Thức https://chrome.google.com/webstore/detail/legal-leaf/iefhleobalkilfgibhpgpjfidkhgcgbm
Mô tả We read the terms and conditions so you don't have to
Kích Thước Tệp 365 KB
Số Lần Cài Đặt 644
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2018-03-11
Ngày Phát Hành 2018-03-11
Đánh Giá 4.94/5 Tổng số 17 Đánh Giá
Nhà Phát Triển http://leaf.legal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://leaf.legal
URL Trang Chính Sách Bảo Mật http://leaf.legal/disclaimer.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legal Leaf",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "We read the terms and conditions so you don't have to",
    "homepage_url": "https:\/\/andrewnc.github.io",
    "options_page": "src\/options\/options.html",
    "icons": {
        "16": "icons\/leaf.png",
        "48": "icons\/leaf.png",
        "128": "icons\/leaf.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/leaf.png",
        "default_title": "See Terms Summary",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}