Vocus.io

Make Gmail your competitive advantage.

Vocus.ioคืออะไร?

Vocus.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vocus.io และคุณลักษณะหลักของมันคือ "Make Gmail your competitive advantage."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vocus.io

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

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

ชื่อ Vocus.io Vocus.io
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
อีเมล [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'"
}