BPC Jarvis

Show Company details from Jarvis

ما هو BPC Jarvis؟

BPC Jarvis هو إضافة Chrome تم تطويرها بواسطة jarvis، والميزة الرئيسية لها هي "Show Company details from Jarvis".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BPC Jarvis

قم بتنزيل ملفات الامتداد BPC Jarvis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
}