Robô Investe Helper

Extensão que implementa atalhos e ferramentas exclusivas da Robô Investe dentro do painel da Smarttbot.

Robô Investe Helper란 무엇입니까?

Robô Investe Helper은(는) https://roboinveste.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensão que implementa atalhos e ferramentas exclusivas da Robô Investe dentro do painel da Smarttbot."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Robô Investe Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extensão para clientes da Robô Investe que implementa, diretamente no painel da plataforma SmarttBot.com, uma barra com atalhos e ferramentas exclusivas da Robô Investe para facilitar o acesso a informações importantes e auxiliar na parametrização dos seus robôs.

*****

Permissões Requeridas:
Ler e alterar seus dados em app.smarttbot.com, antigoapp.smarttbot.com e roboinveste.com.br

IMPORTANTE!
Ao instalar e usar esta extensão você está declarando estar ciente e de acordo com os seguintes itens:
- por sua própria natureza, por ocasião de rodar sobre a plataforma da SmarttBot, esta extensão terá acesso irrestrito a todas as informações disponíveis no painel da SmarttBot do usuário logado no endereço https://app.smarttbot.com e/ou https://antigoapp.smarttbot.com.
- esta extensão poderá coletar informações sobre seu usuário na SmarttBot para funcionar corretamente e personalizar sua experiência de uso.
- esta extensão se comunica com os servidores da Robô Investe para sincronizar informações referentes ao próprio serviço oferecido.
- esta extensão utiliza o armazenamento local do seu navegador (localStorage) para salvar configurações e informações importantes para seu correto funcionamento e para personalizar sua experiência de uso.
- aceita os termos da nossa Política de Privacidade disponível em https://roboinveste.com.br/politica-de-privacidade/

*****

Permissions Required:
Read and change data on app.smarttbot.com, antigoapp.smarttbot.com and roboinveste.com.br

IMPORTANT!
By downloading and using this extension you declare to be aware and in agreement with the following items:
- by its very nature, by running over SmarttBot's platform, this extension will have unrestricted access to all the information contained on SmarttBot's dashboard with the user logged in at the address https://app.smarttbot.com and/or https://antigoapp.smarttbot.com.
- this extension may collect information about your user in SmarttBot to function properly and customize your usage experience.
- this extension communicates with the Robô Investe servers to synchronize information regarding the service offered.
- this extension uses the local storage of your browser to save settings and information important for its correct operation and customize your usage experience.
- accept the terms of our Privacy Policy available at https://roboinveste.com.br/politica-de-privacidade/                    

확장 프로그램 기본 정보

이름 Robô Investe Helper Robô Investe Helper
ID hhfmfbdcgeogjknnnlaojjmgiochijia
공식 URL https://chrome.google.com/webstore/detail/rob%C3%B4-investe-helper/hhfmfbdcgeogjknnnlaojjmgiochijia
설명 Extensão que implementa atalhos e ferramentas exclusivas da Robô Investe dentro do painel da Smarttbot.
파일 크기 87.26 KB
설치 횟수 2,726
현재 버전 1.0.0.5
최근 업데이트 2019-06-01
출시 날짜 2019-06-01
평점 4.80/5 총 5 개의 평점
개발자 https://roboinveste.com.br
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://roboinveste.com.br/
도움말 페이지 URL https://roboinveste.com.br/
개인정보 보호 정책 페이지 URL https://roboinveste.com.br/politica-de-privacidade
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Rob\u00f4 Investe",
    "name": "Rob\u00f4 Investe Helper",
    "version": "1.0.0.5",
    "description": "Extens\u00e3o que implementa atalhos e ferramentas exclusivas da Rob\u00f4 Investe dentro do painel da Smarttbot.",
    "icons": {
        "16": "img\/icon-16.png",
        "19": "img\/icon-19.png",
        "20": "img\/icon-20.png",
        "24": "img\/icon-24.png",
        "25": "img\/icon-25.png",
        "30": "img\/icon-30.png",
        "32": "img\/icon-32.png",
        "40": "img\/icon-40.png",
        "44": "img\/icon-44.png",
        "48": "img\/icon-48.png",
        "50": "img\/icon-50.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png",
        "150": "img\/icon-150.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "19": "img\/icon-19.png",
            "20": "img\/icon-20.png",
            "24": "img\/icon-24.png",
            "25": "img\/icon-25.png",
            "30": "img\/icon-30.png",
            "32": "img\/icon-32.png",
            "40": "img\/icon-40.png",
            "44": "img\/icon-44.png",
            "48": "img\/icon-48.png",
            "50": "img\/icon-50.png",
            "64": "img\/icon-64.png",
            "128": "img\/icon-128.png",
            "150": "img\/icon-150.png"
        },
        "default_popup": "popup.html",
        "default_title": "Rob\u00f4 Investe Helper!"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/antigoapp.smarttbot.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/bootstrap-3.3.7.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/app.smarttbot.com\/*",
        "https:\/\/antigoapp.smarttbot.com\/*",
        "https:\/\/roboinveste.com.br\/extensao\/*",
        "storage"
    ]
}