Nooks
Connect your sales apps with Nooks
Nooksคืออะไร?
Nooks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nooks Communications, Inc. และคุณลักษณะหลักของมันคือ "Connect your sales apps with Nooks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nooks
ดาวน์โหลดไฟล์ส่วนขยาย Nooks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nooks Chrome Extension automates prospecting tasks in your browser so you never need to leave Nooks. Pre-call research: the extension pulls profiles, job openings, and other info from LinkedIn to automate your pre-call research. Reduce spam labels: the extension automatically registers your Nooks phone numbers for the free caller registry to prevent your calls from showing up as spam. Integration with other sales tools: the extension syncs information with other sales tools that may not be supported via API. For example the extension pulls Outreach account/prospect notes into Nooks.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nooks |
ID | kbbdibmbjngifdgbmlleelghocpeimhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nooks/kbbdibmbjngifdgbmlleelghocpeimhe |
คำอธิบาย | Connect your sales apps with Nooks |
ขนาดไฟล์ | 1.39 MB |
จำนวนการติดตั้ง | 2,059 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2022-05-13 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Nooks Communications, Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.nooks.in/ |
URL หน้าช่วยเหลือ | https://www.nooks.in/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.nooks.ai/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nooks", "description": "Connect your sales apps with Nooks", "version": "1.2.3", "manifest_version": 3, "action": { "default_popup": "index.html" }, "icons": { "16": "Nooks.png", "48": "Nooks.png", "128": "Nooks.png" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.outreach.io\/*", "*:\/\/*.salesloft.com\/*", "*:\/\/*.hubspot.com\/*", "*:\/\/*.apollo.io\/*", "*:\/\/*.orum.com\/*", "*:\/\/*.kixie.com\/*", "*:\/\/*.aircall.io\/*", "*:\/\/*.groove.co\/*", "*:\/\/*.ringcentral.com\/*", "*:\/\/*.talkdesk.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.zoho.com\/*", "*:\/\/*.pipedrive.com\/*", "*:\/\/*.salesmate.io\/*", "*:\/\/*.seamless.ai\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.freecallerregistry.com\/*", "*:\/\/*.gong.io\/*", "*:\/\/*.koncert.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.phoneburner.com\/*", "*:\/\/*.frontspin.com\/*", "*:\/\/*.rigndna.net\/*", "*:\/\/*.force.com\/*", "*:\/\/*.nooks.in\/*", "*:\/\/*.ngrok.io\/*", "*:\/\/*.localhost\/*" ], "all_frames": true, "js": [ ".\/static\/js\/content.js" ] } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Period", "mac": "Command+Period" } } }, "permissions": [ "tabs", "tabCapture", "cookies", "system.cpu", "alarms", "system.memory", "management" ], "host_permissions": [ "*:\/\/*.outreach.io\/*", "*:\/\/*.salesloft.com\/*", "*:\/\/*.hubspot.com\/*", "*:\/\/*.apollo.io\/*", "*:\/\/*.orum.com\/*", "*:\/\/*.kixie.com\/*", "*:\/\/*.aircall.io\/*", "*:\/\/*.groove.co\/*", "*:\/\/*.ringcentral.com\/*", "*:\/\/*.talkdesk.com\/*", "*:\/\/*.salesforce.com\/*", "*:\/\/*.zoho.com\/*", "*:\/\/*.pipedrive.com\/*", "*:\/\/*.salesmate.io\/*", "*:\/\/*.seamless.ai\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.freecallerregistry.com\/*", "*:\/\/*.gong.io\/*", "*:\/\/*.koncert.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.phoneburner.com\/*", "*:\/\/*.frontspin.com\/*", "*:\/\/*.rigndna.net\/*", "*:\/\/*.force.com\/*", "*:\/\/*.nooks.in\/*", "*:\/\/*.ngrok.io\/*", "*:\/\/*.localhost\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.nooks.in\/*", "*:\/\/vasunooks.ngrok.io\/*" ] }, "web_accessible_resources": [ { "resources": [ "pencil.svg" ], "matches": [ "https:\/\/salesloft.com\/*" ] } ] } |