BPC Jarvis

Show Company details from Jarvis

What is BPC Jarvis?

BPC Jarvis is a Chrome extension developed by jarvis, and its main feature is "Show Company details from Jarvis".

Extension Screenshots

screenshot

Download BPC Jarvis Extension CRX File

Download BPC Jarvis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BPC Jarvis BPC Jarvis
ID mlhmdmaginokfaaanmccegagdghgmgia
Official URL https://chromewebstore.google.com/detail/bpc-jarvis/mlhmdmaginokfaaanmccegagdghgmgia
Description Show Company details from Jarvis
File Size 23.74 KB
Installation Count 56
Current Version 1.0.0.4
Last Updated 2023-06-26
Publish Date 2022-09-19
Developer jarvis
Email [email protected]
Payment Type free
Supported Languages 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
}