Robô Investe Helper

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

Qu'est-ce que Robô Investe Helper ?

Robô Investe Helper est une extension Chrome développée par https://roboinveste.com.br, et sa fonction principale est "Extensão que implementa atalhos e ferramentas exclusivas da Robô Investe dentro do painel da Smarttbot.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Robô Investe Helper

Téléchargez les fichiers d'extension Robô Investe Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Robô Investe Helper Robô Investe Helper
ID hhfmfbdcgeogjknnnlaojjmgiochijia
URL Officiel https://chrome.google.com/webstore/detail/rob%C3%B4-investe-helper/hhfmfbdcgeogjknnnlaojjmgiochijia
Description Extensão que implementa atalhos e ferramentas exclusivas da Robô Investe dentro do painel da Smarttbot.
Taille du Fichier 87.26 KB
Nombre d'Installations 2,726
Version Actuelle 1.0.0.5
Dernière Mise à Jour 2019-06-01
Date de Publication 2019-06-01
Évaluation 4.80/5 Total 5 Évaluations
Développeur https://roboinveste.com.br
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://roboinveste.com.br/
URL de la Page d'Aide https://roboinveste.com.br/
URL de la Page de Politique de Confidentialité https://roboinveste.com.br/politica-de-privacidade
Langues Prises en Charge 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"
    ]
}