Chanify
Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
Chanify란 무엇입니까?
Chanify은(는) wizjin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone."입니다.
확장 프로그램 스크린샷
Chanify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Chanify |
ID | llpdpmhkemkjeeigibdamadahmhoebdg |
공식 URL | https://chromewebstore.google.com/detail/chanify/llpdpmhkemkjeeigibdamadahmhoebdg |
설명 | Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone. |
파일 크기 | 24.02 KB |
설치 횟수 | 474 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2022-03-22 |
출시 날짜 | 2021-04-07 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | wizjin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/chanify |
도움말 페이지 URL | https://github.com/chanify/chanify/issues |
개인정보 보호 정책 페이지 URL | https://www.chanify.net/privacy.html |
지원되는 언어 | 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" } } |