OnePercent Grow

Your growth mentor, one percent at a time.

OnePercent Grow là gì?

OnePercent Grow là một tiện ích mở rộng Chrome được phát triển bởi https://1percentgrowth.app, và tính năng chính của nó là "Your growth mentor, one percent at a time.".

Ả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 OnePercent Grow

Tải xuống các tệp mở rộng OnePercent Grow 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

                        With OnePercent Grow extension you can easily add items to your list.

OnePercent Grow is your personal growth mentor to learn new things. We believe that the only sustainable way to get better exponentially, is to get a little bit better *every day*.

OnePercent Grow extension is the fastest and easiest way to save any link you find on the web to listen, watch or read it later. With one click, each item you collect will be saved and categorized in your OnePercent Grow list, and you'll be able to easily find them later on desktop or mobile, whatever works for you.

Getting better can be overwhelming and we want to help you do it, 
one percent at a time.                    

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

Tên OnePercent Grow OnePercent Grow
ID ebjghnmjeojambofkolhpmelkeggkkkh
URL Chính Thức https://chromewebstore.google.com/detail/onepercent-grow/ebjghnmjeojambofkolhpmelkeggkkkh
Mô tả Your growth mentor, one percent at a time.
Kích Thước Tệp 22.4 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2021-05-30
Ngày Phát Hành 2020-08-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://1percentgrowth.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://start.1percentgrowth.app/
URL Trang Chính Sách Bảo Mật https://www.privacypolicygenerator.info/live.php?token=ov5dEwixNlfw9dU8FkhDR51kQIOz4eIa
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OnePercent Grow",
    "description": "Your growth mentor, one percent at a time.",
    "version": "1.8",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Add this page to your OnePercent Grow list",
        "default_popup": "extention.html",
        "default_icon": {
            "16": "logo16.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "http:\/\/localhost:3000\/*",
        "https:\/\/start.1percentgrowth.app\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.segment.com; object-src 'self'"
}