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.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
    }
}