Crystal
Communicate with anyone based on their unique personality.
Crystalとは何ですか?
Crystalはhttps://www.crystalknows.comによって開発されたChromeの拡張機能で、その主な機能は「Communicate with anyone based on their unique personality.」です。
拡張機能のスクリーンショット
Crystal拡張機能のCRXファイルをダウンロード
Crystal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Crystal (aka Crystal Knows) helps sales reps communicate effectively with any buyer, based on their unique personality, motivations, and communication style.
In LinkedIn, Salesforce, and HubSpot...
• Predict anyone's personality of anyone with one click.
• Get personalized insights for calls, meetings, and demos.
• Build playbooks for every stage of the sales process.
In Gmail and Outlook...
• Automatically check the words, phrases, style, and tone of emails in real time.
• Optimize your greetings, calls-to-action, descriptions, value propositions, questions, sign-offs, and other sentences for each buyer personality type.
Crystal helps thousands of organizations globally to put adaptive selling and communication into practice. Read our privacy policy here: https://www.crystalknows.com/privacy 拡張機能の基本情報
| 名前 | |
| ID | nmaonghoefpmlfgaknnboiekjhfpmajh |
| 公式URL | https://chromewebstore.google.com/detail/crystal/nmaonghoefpmlfgaknnboiekjhfpmajh |
| 説明 | Communicate with anyone based on their unique personality. |
| ファイルサイズ | 12.36 MB |
| インストール数 | 104,029 |
| 現在のバージョン | 11.11.0 |
| 最終更新日 | 2024-02-15 |
| 公開日 | 2020-06-23 |
| 評価 | 4.10/5 合計 200 レビュー |
| 開発者 | https://www.crystalknows.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.crystalknows.com |
| ヘルプページのURL | http://www.crystalknows.com/blog |
| プライバシーポリシーページのURL | http://www.crystalknows.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crystal",
"description": "Communicate with anyone based on their unique personality.",
"version": "11.11.0",
"manifest_version": 3,
"permissions": [
"storage",
"cookies",
"activeTab",
"scripting"
],
"host_permissions": [
"*:\/\/*.crystalknows.com\/*",
"*:\/\/*.linkedin.com\/*",
"*:\/\/*.hubspot.com\/*",
"*:\/\/*.salesforce.com\/*",
"*:\/\/*.lightning.force.com\/*",
"*:\/\/*.outreach.io\/*",
"*:\/\/*.outlook.live.com\/*",
"*:\/\/*.outlook.office.com\/*",
"*:\/\/*.outlook.office365.com\/*",
"*:\/\/*.meet.google.com\/*",
"*:\/\/*.mail.google.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.zoom.us\/*",
"*:\/\/*.gong.io\/*",
"*:\/\/*.salesloft.com\/*",
"*:\/\/*.clari.com\/*",
"*:\/\/*.microsoftonline.com\/*",
"*:\/\/*.microsoft.com\/*",
"*:\/\/*.live.com\/*"
],
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"content_linkedin.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
]
},
{
"matches": [
"*:\/\/*.hubspot.com\/*"
],
"js": [
"content_hubspot.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
]
},
{
"matches": [
"*:\/\/*.linkedin.com\/sales\/widget\/*"
],
"js": [
"content_sales_navigator_widget.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
],
"all_frames": true
},
{
"matches": [
"*:\/\/*.lightning.force.com\/*",
"*:\/\/*.salesforce.com\/*"
],
"js": [
"content_salesforce.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
]
},
{
"matches": [
"*:\/\/*.outreach.io\/*"
],
"js": [
"content_outreach.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
]
},
{
"matches": [
"*:\/\/*.mail.google.com\/*"
],
"js": [
"content_gmail.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
]
},
{
"matches": [
"*:\/\/*.outlook.live.com\/*",
"*:\/\/*.outlook.office.com\/*",
"*:\/\/*.outlook.office365.com\/*"
],
"js": [
"content_outlook.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
]
},
{
"matches": [
"*:\/\/*.meet.google.com\/*"
],
"js": [
"content_meet.bundle.js"
],
"css": [
"src\/assets\/static\/css\/noprint.css"
]
}
],
"action": {
"default_title": "Crystal",
"default_icon": "src\/assets\/static\/icons\/badge_48.png"
},
"icons": {
"16": "src\/assets\/static\/icons\/badge_16.png",
"48": "src\/assets\/static\/icons\/badge_48.png",
"128": "src\/assets\/static\/icons\/badge_128.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/assets\/*",
"sidebar.html"
],
"extension_ids": [
"nmaonghoefpmlfgaknnboiekjhfpmajh"
],
"matches": [
" | |