VoiceRules - Click To Call for CRM Tools

Make & receive more sales and support calls, track all calls.

VoiceRules - Click To Call for CRM Toolsとは何ですか?

VoiceRules - Click To Call for CRM Toolsはhttps://voicerules.comによって開発されたChromeの拡張機能で、その主な機能は「Make & receive more sales and support calls, track all calls.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

VoiceRules - Click To Call for CRM Tools拡張機能のCRXファイルをダウンロード

VoiceRules - Click To Call for CRM Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        VoiceRules - Cloud-based Virtual Phone Systems for Small Business | make a call from anywhere.
Make calls to any phone number across the globe at a single click with the VoiceRules virtual phone system.
 
VoiceRules is a cloud-based VoIP (Voice over Internet Protocol) system for businesses of all sizes. VoiceRules uses cloud computing to deploy a flexible telephony network over the internet.

Create and manage your own international call center, global support, or sales team within seconds and minutes.

You can replace your old-school telephony systems with new-age, scalable, and reliable phone systems.

With a click of a button, take your business global. Improve your perception and make your international clients comfortable by providing them with a local number to call.

Empower your sales team to explore global sales opportunities and keep a close and real-time track of their activity and performance.

You don't need any new hardware or cable or sim. All you need is a VoiceRules account and your phone or computer. Make calls using our app or website or this extension and receive calls directly on your phone number.

Let's get started with VoiceRules now.

================================================

ABOUT THIS EXTENSION

VoiceRules Chrome Extension works with your VoiceRules.com account. It allows you to add click to call and click to text buttons beside valid phone numbers in your CRM (that VoiceRules integrates with). It also notifies you when there is an incoming phone call on your VoiceRules phone number. You can answer incoming calls directly from your Chrome browser.

Click to Call dialing from web pages, integration with any softphone, screen pops in HubSpot and other CRMs.

Click to Call, also known as Click2Call, or Click to Dial allows you to click a phone number on any web page and make a phone call.

Click to Call CTI for CRM extension by VoiceRules converts phone numbers on web pages into clickable links to allow quick dialing and integrates with various CRMs and Service Desk applications. 

With Click to Call CTI for CRM extension you can:

■ Use Click to Call while you work inside your CRM

 Login into your web based CRM, and Click to Call CTI for CRM extension will find callers or contacts on active calls and display contact or lead information (screen pop).

■ Choose one of the popular CRMs - HubSpot, Salesforce, Zoho, Zendesk, Freshdesk and others

 If you tell us about your CRM and we will be happy to add it to Click to Call CTI for CRM extension.
 
■ Easily add call notes to CRM.

 You can add call notes for all the incoming and outgoing calls

■ Combine Click to Call CTI for CRM extension with VoiceRules

This way you can use Click to Call CTI for CRM extension for Click2Call ( Click to Call ) and VoiceRules t for voice calls, instant messaging, voice conferencing, and CRM integration.

Visit https://VoiceRules.com for more information about VoiceRules.

Requirement: This extension requires VoiceRules paid account. Pricing starts at $16/month.

================================================

TERMS and PRIVACY POLICY

By using this Chrome Extension, you agree to the VoiceRules Terms & Conditions available at https://www.voicerules.com/terms_conditions and Privacy Policy available at https://www.voicerules.com/privacy_policy

CHROME PERMISSION USAGE DISCLOSURE: 
This chrome extension requires following permissions from your Chrome browser: 
 
1. notifications: Used to send you notification for incoming phone call and sms.


DISCLAIMER:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

拡張機能の基本情報

名前 VoiceRules - Click To Call for CRM Tools VoiceRules - Click To Call for CRM Tools
ID jockdhaiecgpapioakjnhglihnakmnco
公式URL https://chromewebstore.google.com/detail/voicerules-click-to-call/jockdhaiecgpapioakjnhglihnakmnco
説明 Make & receive more sales and support calls, track all calls.
ファイルサイズ 4.19 MB
インストール数 23
現在のバージョン 1.0.6
最終更新日 2022-04-12
公開日 2021-12-28
開発者 https://voicerules.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.voicerules.com
ヘルプページのURL https://www.voicerules.com/contact_us
プライバシーポリシーページのURL https://www.voicerules.com/privacy_policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VoiceRules - Click To Call for CRM Tools",
    "author": "Sam",
    "version": "1.0.6",
    "description": "Make & receive more sales and support calls, track all calls.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "restricted.html",
        "images\/callicon.png",
        "images\/messageicon.png",
        "images\/callicongreen.png",
        "images\/messageicongreen.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "payload.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/localhost\/*"
        ]
    }
}