Nexel Messenger Extension

Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep…

Nexel Messenger Extension क्या है?

Nexel Messenger Extension https://nexel.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep…"।

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

screenshot

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

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

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

                        Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep integration with most popular Moving CRM systems.                    

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

नाम Nexel Messenger Extension Nexel Messenger Extension
ID agohinejaikkdehildfeiojainjnbhco
आधिकारिक URL https://chromewebstore.google.com/detail/nexel-messenger-extension/agohinejaikkdehildfeiojainjnbhco
विवरण Click to call Nexel Messenger extension for Google Chrome. Allows users to make calls from any web page. Also includes deep…
फ़ाइल का आकार 2.58 MB
स्थापना संख्या 49
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-09-06
प्रकाशन तिथि 2020-09-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://nexel.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nexel.com
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js",
            "src\/bg\/context-menu.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/page_action\/page_action.html",
        "default_title": "page action demo"
    },
    "content_scripts": [
        {
            "css": [
                "src\/inject\/inject.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "libs\/jquery\/jquery.min.js",
                "libs\/mark\/mark.js",
                "libs\/promise\/chrome-storage-promise.js",
                "src\/inject\/inject.js",
                "src\/inject\/spy.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "",
    "homepage_url": "https:\/\/nexel.com\/",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAll2Sv\/Md4yfh6K3pSlSUSR+HSAtof0oBwtvaK5wRpGt2c8PcSOIDCPKhPYGrK2SuL5KuY02lYHuOix46FbDO8mKAiaMTDwRz9IuVW71t1gxeAfU\/j4XFSs4KnODNm6orB9hPUfzZIeiZHb4\/rEyieVVHMBRvyBIKo\/Ozpv\/Q7\/67GAraAMKcFhfKFn8NR9Rspujl3gL0bJxW\/FGeeKUtpQLeWfsY6lkxOc0gd7tAUcXznzw3po9XPgHcL4xayOjzRLkb6Evs5l8nBGlPEdAsCOtDtDzXDiBOYqesqsSOuosRsF+DeUwFi5qEjjCE9CEqlSD1cIAipl\/RoDvgsVjAgwIDAQAB",
    "manifest_version": 2,
    "name": "Nexel Messenger Extension",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "activeTab",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "web_accessible_resources": [
        "src\/inject\/spy.js",
        "src\/inject\/iframe.html",
        "libs\/*",
        "src\/*"
    ]
}