NonStop CRM Sourcing Extension

Create candidates, contacts & clients for NonStop CRM anywhere.

NonStop CRM Sourcing Extensionคืออะไร?

NonStop CRM Sourcing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NonStop Consulting และคุณลักษณะหลักของมันคือ "Create candidates, contacts & clients for NonStop CRM anywhere."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NonStop CRM Sourcing Extension

ดาวน์โหลดไฟล์ส่วนขยาย NonStop CRM Sourcing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Google Chrome extension is a convenient tool designed to simplify and streamline the process of creating candidates, contacts, and clients in the NonStop Consulting CRM. This extension provides indispensable support for enhancing the overall operations and user experience in using NonStop Consulting's CRM.

This Google Chrome extension is a highly useful tool designed to facilitate the creation of candidates, contacts, and clients in the NonStop Consulting CRM. In addition, it enhances the user experience by parsing LinkedIn data, enabling quick and efficient creation of a contact or candidate directly from a profile page. The extension also allows the creation of a client from a company page, aiding in seamless business operations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NonStop CRM Sourcing Extension NonStop CRM Sourcing Extension
ID omiojdijjnakimgndgnjpfdihkjaflmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nonstop-crm-sourcing-exte/omiojdijjnakimgndgnjpfdihkjaflmi
คำอธิบาย Create candidates, contacts & clients for NonStop CRM anywhere.
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2023-10-03
ผู้พัฒนา NonStop Consulting
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nonstopconsulting.com/
URL หน้าช่วยเหลือ https://nonstopconsulting.com/
URL หน้านโยบายความเป็นส่วนตัว https://nonstopconsulting.com/chrome-addon-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NonStop CRM Sourcing Extension",
    "description": "Create candidates, contacts & clients for NonStop CRM anywhere.",
    "version": "0.0.12.0",
    "version_name": "0.0.12",
    "manifest_version": 3,
    "icons": {
        "64": "src\/assets\/favicon.png"
    },
    "action": {
        "default_title": "Click to open panel"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "src\/side-panel\/index.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "sidePanel",
        "cookies",
        "storage"
    ]
}