Vocus.io
Make Gmail your competitive advantage.
Vocus.ioとは何ですか?
Vocus.ioはhttps://vocus.ioによって開発されたChromeの拡張機能で、その主な機能は「Make Gmail your competitive advantage.」です。
拡張機能のスクリーンショット
Vocus.io拡張機能のCRXファイルをダウンロード
Vocus.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Vocus.io brings a bundle of features to your Gmail, helping you be more effective in the place you spend most of your time.
Selected features:
- accurate tracking
- prospecting
- automated followups
- multi-stage mail merge
- meeting coordination
- polls
- scheduling/send later
- snooze
- snippets
- salesforce / crm integration
And much more! 拡張機能の基本情報
| 名前 | |
| ID | biohbbbijnpljcdhobbjakhgpkelmjpg |
| 公式URL | https://chromewebstore.google.com/detail/vocusio/biohbbbijnpljcdhobbjakhgpkelmjpg |
| 説明 | Make Gmail your competitive advantage. |
| ファイルサイズ | 790 KB |
| インストール数 | 4,544 |
| 現在のバージョン | 1.98 |
| 最終更新日 | 2023-12-18 |
| 公開日 | 2020-01-10 |
| 評価 | 3.28/5 合計 36 レビュー |
| 開発者 | https://vocus.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://vocus.io |
| プライバシーポリシーページのURL | http://vocus.io/terms |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vocus.io",
"description": "Make Gmail your competitive advantage.",
"version": "1.98",
"permissions": [
"notifications",
"webRequest",
"webRequestBlocking",
"*:\/\/*.googleusercontent.com\/proxy\/*",
"*:\/\/mail.google.com\/*",
"https:\/\/ajax.googleapis.com\/",
"*:\/\/vocus.io\/*"
],
"browser_action": [],
"externally_connectable": {
"matches": [
"https:\/\/mail.google.com\/*",
"*:\/\/vocus.io\/*",
"*:\/\/*.vocus.io\/*"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"libs\/jquery.min.js",
"libs\/underscore.js",
"libs\/sugar.js",
"libs\/inboxsdk.js",
"core\/constants.js",
"core\/pubsub.js",
"core\/popup.js",
"core\/observer.js",
"core\/bootstrap.js",
"features\/alert.js",
"features\/completion.js",
"features\/compose_panel.js",
"features\/compose.js",
"features\/dashboard.js",
"features\/followup.js",
"features\/meeting.js",
"features\/poll.js",
"features\/sendlater.js",
"features\/snippets.js",
"features\/snooze.js",
"features\/toast.js",
"features\/toolbar_panel.js",
"features\/tracking.js",
"features\/undo.js",
"features\/drafts.js",
"features\/checkmarks.js",
"core\/features.js"
]
},
{
"matches": [
"*:\/\/vocus.io\/*",
"*:\/\/*.vocus.io\/*"
],
"js": [
"core\/website.js"
],
"all_frames": true
}
],
"background": {
"scripts": [
"libs\/jquery.min.js",
"libs\/underscore.js",
"libs\/faye.js",
"core\/pubsub.js",
"core\/constants.js",
"core\/daemon.js"
],
"persistent": true
},
"web_accessible_resources": [
"libs\/*.*",
"core\/*.*",
"features\/*.*",
"css\/*.*",
"fonts\/*.*",
"images\/*.*",
"html\/*.*"
],
"icons": {
"16": "images\/logo-icon-16.png",
"48": "images\/logo-icon-48.png",
"128": "images\/logo-icon-128.png"
},
"content_security_policy": "script-src 'self' https:\/\/vocus.io; object-src 'self'"
} | |