Noteably companion

This extension will let you save the current webpage or simply a note to Noteably.

¿Qué es Noteably companion?

Noteably companion es una extensión de Chrome desarrollada por Smart Software GbR, y su función principal es "This extension will let you save the current webpage or simply a note to Noteably.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Noteably companion

Descarga archivos de extensión Noteably companion 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

                        This extension will let you save the current webpage or simply a note to Noteably.                    

Información Básica de la Extensión

Nombre Noteably companion Noteably companion
ID hcegghofkifepkbnjonhfnfaigjnieme
URL Oficial https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme
Descripción This extension will let you save the current webpage or simply a note to Noteably.
Tamaño del Archivo 75.59 KB
Cantidad de Instalaciones 56
Versión Actual 1.5.0
Última Actualización 2015-06-15
Fecha de Publicación 2015-06-15
Desarrollador Smart Software GbR
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noteably companion",
    "description": "This extension will let you save the current webpage or simply a note to Noteably.",
    "version": "1.5.0",
    "permissions": [
        "identity",
        "tabs",
        "storage",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/android.googleapis.com\/gcm\/send"
    ],
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        }
    },
    "oauth2": {
        "client_id": "666941612008-8lmmm5c1n4k0f18cdai095bboduc09mt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}