Chanify

Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.

Chanify là gì?

Chanify là một tiện ích mở rộng Chrome được phát triển bởi wizjin, và tính năng chính của nó là "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chanify

Tải xuống các tệp mở rộng Chanify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chanify Chanify
ID llpdpmhkemkjeeigibdamadahmhoebdg
URL Chính Thức https://chromewebstore.google.com/detail/chanify/llpdpmhkemkjeeigibdamadahmhoebdg
Mô tả Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone.
Kích Thước Tệp 24.02 KB
Số Lần Cài Đặt 474
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-03-22
Ngày Phát Hành 2021-04-07
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển wizjin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chanify
URL Trang Trợ Giúp https://github.com/chanify/chanify/issues
URL Trang Chính Sách Bảo Mật https://www.chanify.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}