BPC Jarvis
Show Company details from Jarvis
BPC Jarvisคืออะไร?
BPC Jarvis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jarvis และคุณลักษณะหลักของมันคือ "Show Company details from Jarvis"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BPC Jarvis
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |