Chanify
Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
Cos'è Chanify?
Chanify è un'estensione di Chrome sviluppata da wizjin, e la sua funzione principale è "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chanify
Scarica i file di estensione Chanify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | llpdpmhkemkjeeigibdamadahmhoebdg |
| URL Ufficiale | https://chromewebstore.google.com/detail/chanify/llpdpmhkemkjeeigibdamadahmhoebdg |
| Descrizione | Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone. |
| Dimensione del File | 24.02 KB |
| Conteggio Installazioni | 474 |
| Versione Corrente | 1.3.0 |
| Ultimo Aggiornamento | 2022-03-22 |
| Data di Pubblicazione | 2021-04-07 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | wizjin |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/chanify |
| URL della Pagina di Aiuto | https://github.com/chanify/chanify/issues |
| URL della Pagina della Politica sulla Privacy | https://www.chanify.net/privacy.html |
| Lingue Supportate | 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"
}
} | |