BPC Jarvis
Show Company details from Jarvis
什么是BPC Jarvis?
BPC Jarvis是由jarvis开发的Chrome扩展程序,该扩展的主要功能是“Show Company details from Jarvis”。
扩展截图
下载BPC Jarvis扩展crx文件
下载BPC Jarvis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Access the Jarvis profile from a company's website. Make changes using Jarvis controls while you browse the page. Optimize your workflow by reviewing Jarvis data and making changes without leaving the page. Perform organization research and due diligence by reviewing organization’s data points.
扩展基本信息
名称 | BPC Jarvis |
ID | mlhmdmaginokfaaanmccegagdghgmgia |
官方URL | https://chromewebstore.google.com/detail/bpc-jarvis/mlhmdmaginokfaaanmccegagdghgmgia |
简介 | Show Company details from Jarvis |
文件大小 | 23.74 KB |
安装次数 | 56 |
当前版本 | 1.0.0.4 |
更新时间 | 2023-06-26 |
上架时间 | 2022-09-19 |
开发者 | jarvis |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BPC Jarvis", "version": "1.0.0.4", "description": "Show Company details from Jarvis", "host_permissions": [ "https:\/\/jarvis.bpc.com\/*" ], "permissions": [ "activeTab", "scripting", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_title": "BPC Jarvis" }, "manifest_version": 3 } |