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文件

下載Robô Investe Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}