BPC Jarvis
Show Company details from Jarvis
BPC Jarvis là gì?
BPC Jarvis là một tiện ích mở rộng Chrome được phát triển bởi jarvis, và tính năng chính của nó là "Show Company details from Jarvis".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BPC Jarvis
Tải xuống các tệp mở rộng BPC Jarvis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BPC Jarvis |
ID | mlhmdmaginokfaaanmccegagdghgmgia |
URL Chính Thức | https://chromewebstore.google.com/detail/bpc-jarvis/mlhmdmaginokfaaanmccegagdghgmgia |
Mô tả | Show Company details from Jarvis |
Kích Thước Tệp | 23.74 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.0.0.4 |
Cập Nhật Lần Cuối | 2023-06-26 |
Ngày Phát Hành | 2022-09-19 |
Nhà Phát Triển | jarvis |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |