OnePercent Grow

Your growth mentor, one percent at a time.

OnePercent Grow क्या है?

OnePercent Grow https://1percentgrowth.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your growth mentor, one percent at a time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OnePercent Grow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}