Make Calls from Google Chrome

Make, record, categorize and replay calls directly in Google Chrome

Make Calls from Google Chromeとは何ですか?

Make Calls from Google Chromeはhttps://www.cloudcall.comによって開発されたChromeの拡張機能で、その主な機能は「Make, record, categorize and replay calls directly in Google Chrome」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Make Calls from Google Chrome拡張機能のCRXファイルをダウンロード

Make Calls from Google Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        CloudCall for Google Chrome enables you to integrate your real-time communications into your CRM or customer database, enhancing sales and service efficiency within your business.

CloudCall extends your phone system into any web-based CRM or any webpage and allows you to access features within the CloudCall Chrome extension including:

•	Initiate calls directly from any webpage
•	Access, replay and download call recordings located within your call history 
•	Log, categorize and add notes to calls
•	Built-in address book so that your contacts are available to call any time
•	Receive pop-up alerts for inbound calls. Know instantly who is contacting you
•	Add more people to the call or transfer the call to another person
•	Provides in-depth reporting and dashboards of real-time user activities.
•	Power dialler automatically dials outbound calls from prepared lists. Connects to agents providing information such as contact and campaign name, as well as a call script for increased productivity
•	Automatic Call Distribution: Incoming callers are held in a queue and intelligently routed to the agent with the right skill set, provides an enhanced customer service.                    

拡張機能の基本情報

名前 Make Calls from Google Chrome Make Calls from Google Chrome
ID fgfcgceddeblecdcgjpckjfbnnpkjdad
公式URL https://chrome.google.com/webstore/detail/make-calls-from-google-ch/fgfcgceddeblecdcgjpckjfbnnpkjdad
説明 Make, record, categorize and replay calls directly in Google Chrome
ファイルサイズ 2.36 MB
インストール数 6,000
現在のバージョン 1.711.1
最終更新日 2020-03-03
公開日 2020-03-03
評価 4.54/5 合計 61 レビュー
開発者 https://www.cloudcall.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.cloudcall.com
ヘルプページのURL https://www.cloudcall.com/support
プライバシーポリシーページのURL https://www.cloudcall.com/privacypolicy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "CloudCall Chrome"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/logger.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/content-page.css",
                "css\/pnotify.custom.min.css",
                "css\/bullhorn.css"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "lib\/jquery.parseurl.js",
                "lib\/moment.min.js",
                "lib\/number-formatter.js",
                "lib\/jquery.tooltipster.js",
                "lib\/jquery.jplayer.it.min.js",
                "js\/bullhorn\/bullhorn-util.js",
                "js\/bullhorn\/bullhorn-recording.js",
                "js\/number-detection.js",
                "js\/legacy-number-detection.js",
                "js\/bullhorn\/bullhorn-number-detection.js",
                "js\/bullhorn\/bullhorn-click-to-call.js"
            ],
            "matches": [
                "*:\/\/*.bullhornstaffing.com\/*",
                "https:\/\/*\/BullhornS\/Calls\/CallHistory*"
            ],
            "exclude_matches": [
                "*:\/\/*.bullhornstaffing.com\/Blank.htm*",
                "*:\/\/*.bullhornstaffing.com\/*\/EmbedAsObject.cfm*",
                "*:\/\/*.bullhornstaffing.com\/*\/MainFrame.jsp*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/content-page.css",
                "css\/pnotify.custom.min.css",
                "css\/bullhorn.css"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "lib\/jquery.parseurl.js",
                "lib\/moment.min.js",
                "lib\/number-formatter.js",
                "lib\/jquery.tooltipster.js",
                "lib\/jquery.jplayer.it.min.js",
                "js\/bullhorn\/bullhorn-recording.js"
            ],
            "matches": [
                "*:\/\/*.bullhornstaffing.com\/*\/MainFrame.jsp*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/bullhorn\/bullhorn-click-to-call-shortlists.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*ShortLists.cfm*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "lib\/moment.min.js",
                "lib\/cloudcall-util.js",
                "lib\/cloudcall-client.js",
                "js\/bullhorn\/bullhorn-call-notes.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*\/EditUserComment.cfm?*&sessionId=*",
                "https:\/\/*.bullhornstaffing.com\/*\/EditUserComment.cfm?*&SESSIONID=*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/bullhorn\/bullhorn-util.js",
                "js\/bullhorn\/bullhorn-call-notes-saved.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*\/Update\/UpdUserComments.cfm?sessionId=*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/bullhorn\/bullhorn-util.js",
                "js\/bullhorn\/bullhorn-add-as-new-complete.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*\/UserProfile.cfm*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/bullhorn\/bullhorn-util.js",
                "js\/bullhorn\/bullhorn-call-notes-edit.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*\/Forms\/EditUserComment_Existing.cfm*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/bullhorn\/bullhorn-util.js",
                "js\/bullhorn\/bullhorn-schedule-next-action.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*\/EditSchedule.cfm*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "js\/bullhorn\/bullhorn-add-as-new.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*\/EditCandidate.cfm*addAsNew=true*",
                "https:\/\/*.bullhornstaffing.com\/*\/EditClient.cfm*addAsNew=true*",
                "https:\/\/*.bullhornstaffing.com\/*\/AddLead.cfm*addAsNew=true*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "lib\/jquery-1.11.1.js",
                "js\/bullhorn\/bullhorn-jasper-reporting.js"
            ],
            "matches": [
                "https:\/\/*.bullhornstaffing.com\/*LoadJasperReport*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "lib\/jquery-1.11.1.js",
                "lib\/moment.min.js",
                "lib\/cloudcall-client.js",
                "js\/bullhorn\/bullhorn-util.js",
                "js\/bullhorn\/bullhorn-dialler-upload.js"
            ],
            "matches": [
                "https:\/\/*.cloudcall.com\/dialler-upload.html*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "js\/bullhorn\/bullhorn-main-window.js"
            ],
            "matches": [
                "*:\/\/*.bullhornstaffing.com\/*\/MainFrame.jsp*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "js\/bullhorn\/bullhorn-util.js",
                "js\/bullhorn\/bullhorn-bowling-alley.js"
            ],
            "matches": [
                "*:\/\/*.bullhornstaffing.com\/*\/MainFrame.jsp*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "css": [
                "css\/content-page.css",
                "css\/pnotify.custom.min.css"
            ],
            "exclude_matches": [
                "https:\/\/*.bullhornstaffing.com\/*",
                "http:\/\/*\/WebApp\/*",
                "https:\/\/*\/WebApp\/*",
                "https:\/\/*\/BullhornS\/Calls\/CallHistory*",
                "https:\/\/api.uk.cloudcall.com\/Bullhorns\/Calls\/MakeCall*"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "lib\/moment.min.js",
                "lib\/number-formatter.js",
                "js\/number-detection.js",
                "js\/portal-auto-login.js",
                "js\/legacy-number-detection.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "css": [
                "css\/content-page.css",
                "css\/bond-content.css"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "lib\/jquery.parseurl.js",
                "lib\/moment.min.js",
                "lib\/number-formatter.js",
                "js\/bond\/bond-ux.js",
                "lib\/jquery.jplayer.it.min.js",
                "js\/bond\/bond.js"
            ],
            "matches": [
                "http:\/\/*\/WebApp\/*",
                "https:\/\/*\/WebApp\/*"
            ],
            "exclude_matches": [
                "https:\/\/c4.adaptondemand.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/content-page.css",
                "css\/bond-content.css"
            ],
            "js": [
                "lib\/jquery-1.11.1.js",
                "lib\/jquery.parseurl.js",
                "lib\/moment.min.js",
                "lib\/number-formatter.js",
                "js\/bond\/bond-ux.js",
                "lib\/jquery.jplayer.it.min.js",
                "js\/bond\/bond.js"
            ],
            "matches": [
                "https:\/\/c4.adaptondemand.com\/WebApp\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "lib\/jquery-1.11.1.js",
                "js\/zoho\/zoho-accounts.js"
            ],
            "matches": [
                "https:\/\/*.zoho.com\/crm\/EntityInfo.do?module=Accounts*",
                "https:\/\/*.zoho.eu\/crm\/EntityInfo.do?module=Accounts*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/zoho.css",
                "css\/content-page.css"
            ],
            "js": [
                "lib\/jquery.jplayer.it.min.js",
                "js\/zoho\/zoho.js"
            ],
            "exclude_matches": [
                "https:\/\/*.zoho.com\/crm\/EntityInfo.do?module=Accounts*",
                "https:\/\/*.zoho.eu\/crm\/EntityInfo.do?module=Accounts*"
            ],
            "matches": [
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.eu\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "description": "Make, record, categorize and replay calls directly in Google Chrome",
    "externally_connectable": {
        "matches": [
            "https:\/\/chrome.uk.cloudcall.com\/*",
            "https:\/\/chrome.cloudcall.com\/*",
            "http:\/\/*.bullhornstaffing.com\/*",
            "https:\/\/*.bullhornstaffing.com\/*"
        ]
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "96": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/google-analytics.com\/analytics.js; object-src 'self';",
    "manifest_version": 2,
    "name": "Make Calls from Google Chrome",
    "omnibox": {
        "keyword": "click2call"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/chrome.uk.cloudcall.com\/*",
        "https:\/\/chrome.cloudcall.com\/*",
        "notifications",
        "idle",
        "tabs",
        "background",
        "system.memory",
        "contextMenus",
        "storage"
    ],
    "short_name": "CloudCall",
    "version": "1.711.1",
    "web_accessible_resources": [
        "images\/icon-answer.png",
        "images\/icon-hang.png",
        "images\/logo.png",
        "images\/magnify.gif",
        "images\/placeholder.png",
        "images\/pause.png"
    ]
}