Ripcord.io

Get notifications of team's call and quick phone dial on any website

Ripcord.io क्या है?

Ripcord.io https://ripcord.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notifications of team's call and quick phone dial on any website"।

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

screenshot

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

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

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

                        This Chrome Extension gives users the ability to receive notifications about new calls directly in their Chrome browser. It is a in integral part of the Ripcord experience and helps foster team interaction. It also hyperlinks all phone numbers on any website for each one click dialing.                    

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

नाम Ripcord.io Ripcord.io
ID bokeklfdapbnbjcdaeblmjgijkhkjidd
आधिकारिक URL https://chromewebstore.google.com/detail/ripcordio/bokeklfdapbnbjcdaeblmjgijkhkjidd
विवरण Get notifications of team's call and quick phone dial on any website
फ़ाइल का आकार 150 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2022-02-15
प्रकाशन तिथि 2020-01-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://ripcord.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ripcord.io
सहायता पृष्ठ URL https://www.ripcord.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Ripcord.io",
    "name": "Ripcord.io",
    "description": "Get notifications of team's call and quick phone dial on any website",
    "version": "1.3.4",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "js\/background\/background.js",
            "js\/background\/background.socket.js",
            "js\/background\/background.window.js",
            "js\/background\/background.badgeText.js",
            "js\/background\/background.messaging.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ripcord.io\/*",
            "*:\/\/ripcord.localhost\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background\/background.contentScript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Ripcord extension to provide you updated notifications"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "",
        "notifications",
        "*:\/\/ripcord.localhost\/*",
        "*:\/\/*.ripcord.io\/*",
        "*:\/\/ripcord.io\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/talk.ripcord.io; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png"
    ]
}