Chanify
Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
¿Qué es Chanify?
Chanify es una extensión de Chrome desarrollada por wizjin, y su función principal es "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chanify
Descarga archivos de extensión Chanify 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
Chanify is a safe and simple notification tools. For developers, system administrators, and everyone can push notifications with API. This extensions is for Chanify APP. Quick start: 1. You can add your own node server in options page. 2. Select text/image/link, and open context menu. 3. Send text/image/link into the Chanify App on your phone. Feature for Chanify: - customize channel for notifications. - deploy your own node server. - distributed architecture design. - Opensource Server source code: https://github.com/chanify/chanify Extensions source code: https://github.com/chanify/chanify-chrome-extensions App source code: https://github.com/chanify/chanify-ios
Información Básica de la Extensión
Nombre | Chanify |
ID | llpdpmhkemkjeeigibdamadahmhoebdg |
URL Oficial | https://chromewebstore.google.com/detail/chanify/llpdpmhkemkjeeigibdamadahmhoebdg |
Descripción | Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone. |
Tamaño del Archivo | 24.02 KB |
Cantidad de Instalaciones | 474 |
Versión Actual | 1.3.0 |
Última Actualización | 2022-03-22 |
Fecha de Publicación | 2021-04-07 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | wizjin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/chanify |
URL de la Página de Ayuda | https://github.com/chanify/chanify/issues |
URL de la Página de Política de Privacidad | https://www.chanify.net/privacy.html |
Idiomas Soportados | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chanify", "version": "1.3.0", "author": "wizjin", "description": "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.", "default_locale": "en", "icons": { "16": "\/images\/app-16.png", "32": "\/images\/app-32.png", "48": "\/images\/app-48.png", "128": "\/images\/app-128.png" }, "permissions": [ "storage", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "action": { "default_title": "Chanify Client", "default_popup": "popup.html" } } |