Chanify
Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
O que é Chanify?
Chanify é uma extensão do Chrome desenvolvida por wizjin, e sua principal característica é "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chanify
Baixe arquivos de extensão Chanify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Chanify |
ID | llpdpmhkemkjeeigibdamadahmhoebdg |
URL Oficial | https://chromewebstore.google.com/detail/chanify/llpdpmhkemkjeeigibdamadahmhoebdg |
Descrição | Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone. |
Tamanho do Arquivo | 24.02 KB |
Contagem de Instalações | 474 |
Versão Atual | 1.3.0 |
Última Atualização | 2022-03-22 |
Data de Publicação | 2021-04-07 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | wizjin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/chanify |
URL da Página de Ajuda | https://github.com/chanify/chanify/issues |
URL da Página de Política de Privacidade | https://www.chanify.net/privacy.html |
Idiomas Suportados | 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" } } |