OnePercent Grow

Your growth mentor, one percent at a time.

OnePercent Grow란 무엇입니까?

OnePercent Grow은(는) https://1percentgrowth.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your growth mentor, one percent at a time."입니다.

확장 프로그램 스크린샷

screenshot

OnePercent Grow 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 OnePercent Grow OnePercent Grow
ID ebjghnmjeojambofkolhpmelkeggkkkh
공식 URL https://chromewebstore.google.com/detail/onepercent-grow/ebjghnmjeojambofkolhpmelkeggkkkh
설명 Your growth mentor, one percent at a time.
파일 크기 22.4 KB
설치 횟수 40
현재 버전 1.8
최근 업데이트 2021-05-30
출시 날짜 2020-08-25
평점 5.00/5 총 1 개의 평점
개발자 https://1percentgrowth.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://start.1percentgrowth.app/
개인정보 보호 정책 페이지 URL https://www.privacypolicygenerator.info/live.php?token=ov5dEwixNlfw9dU8FkhDR51kQIOz4eIa
지원되는 언어 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'"
}