Ripcord.io

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

Ripcord.io란 무엇입니까?

Ripcord.io은(는) https://ripcord.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notifications of team's call and quick phone dial on any website"입니다.

확장 프로그램 스크린샷

screenshot

Ripcord.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}