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.”。
扩展截图
下载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/
扩展基本信息
名称 | |
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" ] } |