Chanify

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

Chanify क्या है?

Chanify wizjin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chanify is a safe and simple notification tools. Everyone can push notifications to your iPhone."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chanify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}