OnePercent Grow

Your growth mentor, one percent at a time.

O que é OnePercent Grow?

OnePercent Grow é uma extensão do Chrome desenvolvida por https://1percentgrowth.app, e sua principal característica é "Your growth mentor, one percent at a time.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OnePercent Grow

Baixe arquivos de extensão OnePercent Grow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome OnePercent Grow OnePercent Grow
ID ebjghnmjeojambofkolhpmelkeggkkkh
URL Oficial https://chromewebstore.google.com/detail/onepercent-grow/ebjghnmjeojambofkolhpmelkeggkkkh
Descrição Your growth mentor, one percent at a time.
Tamanho do Arquivo 22.4 KB
Contagem de Instalações 40
Versão Atual 1.8
Última Atualização 2021-05-30
Data de Publicação 2020-08-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://1percentgrowth.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://start.1percentgrowth.app/
URL da Página de Política de Privacidade https://www.privacypolicygenerator.info/live.php?token=ov5dEwixNlfw9dU8FkhDR51kQIOz4eIa
Idiomas Suportados 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'"
}