Chanify
Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
Chanifyคืออะไร?
Chanify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wizjin และคุณลักษณะหลักของมันคือ "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chanify
ดาวน์โหลดไฟล์ส่วนขยาย Chanify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |