Cytracom Chrome Extension

Quickly call, send a business text message, or use Cytracom Discover.

Cytracom Chrome Extension क्या है?

Cytracom Chrome Extension cytracom-webapp-team द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly call, send a business text message, or use Cytracom Discover."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cytracom Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly call, send business text messages, and access contextual customer data using Cytracom Discover from any application or website with the Cytracom Chrome Extension.
 
We are excited to offer the new and improved Cytracom Chrome Extension. Now, you have the ability to click on a phone number within any web-based application (i.e., HubSpot, Salesforce, Autotask, ConnectWise, IT Glue, and others) or other websites to make a phone call, send a business text message, or leverage Cytracom Discover to add context to a conversation.
 
Requirements:
You must have an assigned Cytracom extension. To allow Cytracom Discover to access contextual data, you must be running the Cytracom Desktop application.                    

एक्सटेंशन की मूल जानकारी

नाम Cytracom Chrome Extension Cytracom Chrome Extension
ID campenkhpibdpdmhmjioophhibmkfagl
आधिकारिक URL https://chromewebstore.google.com/detail/cytracom-chrome-extension/campenkhpibdpdmhmjioophhibmkfagl
विवरण Quickly call, send a business text message, or use Cytracom Discover.
फ़ाइल का आकार 3.95 MB
स्थापना संख्या 2,065
वर्तमान संस्करण 23.14.1
अंतिम अपडेट 2023-04-04
प्रकाशन तिथि 2018-04-24
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर cytracom-webapp-team
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.cytracom.com/
सहायता पृष्ठ URL https://help.cytracom.com/hc/en-us
गोपनीयता नीति पृष्ठ URL https://www.cytracom.com/legal/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Cytracom",
    "name": "Cytracom Chrome Extension",
    "description": "Quickly call, send a business text message, or use Cytracom Discover.",
    "version": "23.14.1",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Cytracom",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.connectwise.com\/*\/*DocumentList*",
                "*:\/\/*.connectwisedev.com\/*\/*DocumentList*"
            ],
            "js": [
                "\/content\/js\/bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "ws:\/\/*\/",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}