Push Protocol (Alpha)
Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3.
Push Protocol (Alpha)란 무엇입니까?
Push Protocol (Alpha)은(는) https://epns.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3."입니다.
확장 프로그램 스크린샷
Push Protocol (Alpha) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 Protocol (Alpha) |
ID | lbdcbpaldalgiieffakjhiccoeebchmg |
공식 URL | https://chromewebstore.google.com/detail/push-protocol-alpha/lbdcbpaldalgiieffakjhiccoeebchmg |
설명 | Receive Notifications from Web3.0. Introducing Push (Previously EPNS) - The Missing Piece of Web3. |
파일 크기 | 3.69 MB |
설치 횟수 | 1,764 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2023-03-22 |
출시 날짜 | 2021-07-04 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | https://epns.io |
이메일 | [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 Protocol (Alpha)", "description": "Receive Notifications from Web3.0.\n\nIntroducing Push (Previously EPNS) - The Missing Piece of Web3.", "version": "0.3.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_title": "Push Protocol", "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-G3Kz1I8\/7XpFKsnzcqwUW6tETCcESP3q0yJbcK+IXDg=' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "permissions": [ "background", "storage", "notifications" ] } |