Chanify
Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
Co to jest Chanify?
Chanify to rozszerzenie Chrome opracowane przez wizjin, a jego główną funkcją jest „Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chanify
Pobierz pliki rozszerzeń Chanify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Chanify |
ID | llpdpmhkemkjeeigibdamadahmhoebdg |
Oficjalny URL | https://chromewebstore.google.com/detail/chanify/llpdpmhkemkjeeigibdamadahmhoebdg |
Opis | Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone. |
Rozmiar pliku | 24.02 KB |
Liczba instalacji | 474 |
Aktualna Wersja | 1.3.0 |
Ostatnia Aktualizacja | 2022-03-22 |
Data Publikacji | 2021-04-07 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | wizjin |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/chanify |
Adres URL Strony Pomocy | https://github.com/chanify/chanify/issues |
Adres URL Strony Polityki Prywatności | https://www.chanify.net/privacy.html |
Obsługiwane Języki | 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" } } |