BPC Jarvis
Show Company details from Jarvis
Wat is BPC Jarvis?
BPC Jarvis is een Chrome-extensie ontwikkeld door jarvis, en de belangrijkste functie is "Show Company details from Jarvis".
Extensie Screenshots
Download het CRX-bestand van de extensie BPC Jarvis
Download BPC Jarvis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BPC Jarvis |
ID | mlhmdmaginokfaaanmccegagdghgmgia |
Officiële URL | https://chromewebstore.google.com/detail/bpc-jarvis/mlhmdmaginokfaaanmccegagdghgmgia |
Beschrijving | Show Company details from Jarvis |
Bestandsgrootte | 23.74 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.0.0.4 |
Laatst Bijgewerkt | 2023-06-26 |
Publicatiedatum | 2022-09-19 |
Ontwikkelaar | jarvis |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |