Weavver Snap

Sends a phone number to your iPhone to dial

Weavver Snap란 무엇입니까?

Weavver Snap은(는) https://www.snapanumber.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends a phone number to your iPhone to dial"입니다.

확장 프로그램 스크린샷

screenshot

Weavver Snap 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ***The companion iOS app IS NOW LIVE!!!! ***
SEARCH FOR WEAVVER SNAP IN THE IOS APP STORE
www.snapanumber.com

This Chrome extension lets you highlight phone numbers on web pages and dial them via your iPhone.                    

확장 프로그램 기본 정보

이름 Weavver Snap Weavver Snap
ID hlicokkbkccndghponokgcmbimebbnnl
공식 URL https://chromewebstore.google.com/detail/weavver-snap/hlicokkbkccndghponokgcmbimebbnnl
설명 Sends a phone number to your iPhone to dial
파일 크기 133 KB
설치 횟수 68
현재 버전 0.7
최근 업데이트 2018-04-25
출시 날짜 2018-04-24
개발자 https://www.snapanumber.com
결제 유형 free
도움말 페이지 URL http://www.weavver.com/KnowledgeBases/KnowledgeBase.aspx?ParentId=d8b5228e-9d29-4e66-b56e-2fc06a6cbae4
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weavver Snap",
    "description": "Sends a phone number to your iPhone to dial",
    "version": "0.7",
    "short_name": "Snap",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*\/*",
        "identity",
        "storage"
    ],
    "icons": {
        "16": "SnapIcon16x16.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "credentials.html"
    },
    "options_ui": {
        "page": "credentials.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "323496075103-volfdbe5u1fo3af9569ojmuh6tfbhspo.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "background": {
        "scripts": [
            "firebase-4.1.3.js",
            "background.js"
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOONB1YdVqkHn0fSPllQH+EfcCPV7ZfMU3R7Qft161lKoI\/4y\/uYAkreWCx4La\/ZHHPQCt+IEETYNR\/tirlCqAAo8LPxIVrl10ZVl4etJ3gJMowLfl1lK36nhJy4GU6i7t2I+3x8NK2CAhNV1NdNW7mm0RJa4haAbgCsvpqrD1jwIDAQAB"
}