Nooks
Connect your sales apps with Nooks
什麼是Nooks?
Nooks是由Nooks Communications, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Connect your sales apps with Nooks”。
擴展截圖
下載Nooks擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | kbbdibmbjngifdgbmlleelghocpeimhe |
| 官方網址 | 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\/*"
]
}
]
} | |