Push Staging Protocol (Alpha)

Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3.

Push Staging Protocol (Alpha) क्या है?

Push Staging Protocol (Alpha) Ethereum Push Notification Service द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Push Staging Protocol (Alpha) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3.
Receive Notifications from Web3.0. Introducing Push (Previously EPNS)- The Missing Piece of Web3.
Web3 is growing at an exponential rate. With applications like DeFi (loan liquidation, change in interest ratio), DEX (trade order), domain name service (expiration period), NFT buying and selling, gaming and many more, a genuine medium of decentralised communication was missing.
Introducing Push - The Missing Piece of Web3.
PUSH is one of its kind service that allows users (wallet addresses) to receive notifications. Any dApps / Smart Contracts / Services can now send decentralised notifications to their users.
Experience the power of decentralised push notifications by following these steps:
* Connect wallet to PUSH app
* Opt-in for notification of favourite channels from https://app.push.org/
Install the PUSH Browser extension and get notified from the decentralised web.
The extension comes with improved UI/UX design and features to make your experience with the extension much more exciting and fulfilling. You can get started by connecting your wallet address to the extension and have easy access your Inbox and Spam notifications on the extension whenever you need to.
NOTE: Brave Browser users are to check under settings, under 'privacy & security' and Enable 'Use Google services for push messaging' and relaunch their brave browser to be able to access the full functionality of the extension on brave browser. (                    

एक्सटेंशन की मूल जानकारी

नाम Push Staging Protocol (Alpha) Push Staging Protocol (Alpha)
ID bjiennpmhdcandkpigcploafccldlakj
आधिकारिक URL https://chromewebstore.google.com/detail/push-staging-protocol-alp/bjiennpmhdcandkpigcploafccldlakj
विवरण Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3.
फ़ाइल का आकार 3.69 MB
स्थापना संख्या 289
वर्तमान संस्करण 0.3.9
अंतिम अपडेट 2023-03-20
प्रकाशन तिथि 2021-07-06
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Ethereum Push Notification Service
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://epns.io/
सहायता पृष्ठ URL https://epns.io/#contact
गोपनीयता नीति पृष्ठ URL https://epns.io/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Push Staging Protocol (Alpha)",
    "description": "Receive Notifications from Web3.0.\n\nIntroducing Push (Previously EPNS) - The Missing Piece of Web3.",
    "version": "0.3.9",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Push Protocol Staging",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'sha256-O+gY2ATd2FyIkUm5vHrGKxIirZoCPnZsEx0P40\/KSY8=' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "permissions": [
        "background",
        "storage",
        "notifications"
    ]
}