Weavver Snap

Sends a phone number to your iPhone to dial

¿Qué es Weavver Snap?

Weavver Snap es una extensión de Chrome desarrollada por https://www.snapanumber.com, y su función principal es "Sends a phone number to your iPhone to dial".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Weavver Snap

Descarga archivos de extensión Weavver Snap en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ***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.                    

Información Básica de la Extensión

Nombre Weavver Snap Weavver Snap
ID hlicokkbkccndghponokgcmbimebbnnl
URL Oficial https://chromewebstore.google.com/detail/weavver-snap/hlicokkbkccndghponokgcmbimebbnnl
Descripción Sends a phone number to your iPhone to dial
Tamaño del Archivo 133 KB
Cantidad de Instalaciones 68
Versión Actual 0.7
Última Actualización 2018-04-25
Fecha de Publicación 2018-04-24
Desarrollador https://www.snapanumber.com
Tipo de Pago free
URL de la Página de Ayuda http://www.weavver.com/KnowledgeBases/KnowledgeBase.aspx?ParentId=d8b5228e-9d29-4e66-b56e-2fc06a6cbae4
Idiomas Soportados 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"
}