Notyfy - Web Notifications in One Place

Aggregates your notifications for Gmail, Facebook, Twitter, Reddit, and more in one place!

Notyfy - Web Notifications in One Place란 무엇입니까?

Notyfy - Web Notifications in One Place은(는) https://notyfy.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aggregates your notifications for Gmail, Facebook, Twitter, Reddit, and more in one place!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Notyfy - Web Notifications in One Place 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get all your notifications in one place right away—no login setup required! Notyfy sees which platforms you're already logged in to. That means Notyfy doesn't ask you for your credentials or read out your cookies (it doesn't have the chrome permissions to do that). 

Check https://notyfy.co for the current supported platforms—more platforms coming soon, stay tuned!

Notyfy will check in the background in an optimised way if there are new notifications on your logged in and selected platforms. "Optimised" means the transferred data is kept to a minimum because it doesn't need to download the whole website, big images or load all the ads.

When a new notification appears, Notyfy will add an unobtrusive "1" badge on the extension's icon. It will give you the relief that you haven't forgotten to follow up on things. Your aunt's birthday on Facebook? Your job inquiry message on LinkedIn? The reddit post you made and somebody replied 2 days later? You are covered for this and many other cases.

PRIVACY POLICY
Your data will not be transmitted, saved or sold. Check the privacy policy over at https://notyfy.co/privacy-policy/ for more informations.                    

확장 프로그램 기본 정보

이름 Notyfy - Web Notifications in One Place Notyfy - Web Notifications in One Place
ID jchnjaoenbpjjnfgnfhfljcdfhmpljic
공식 URL https://chromewebstore.google.com/detail/notyfy-web-notifications/jchnjaoenbpjjnfgnfhfljcdfhmpljic
설명 Aggregates your notifications for Gmail, Facebook, Twitter, Reddit, and more in one place!
파일 크기 2.6 MB
설치 횟수 552
현재 버전 1.5.9
최근 업데이트 2020-09-19
출시 날짜 2020-06-18
평점 3.83/5 총 6 개의 평점
개발자 https://notyfy.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://notyfy.co
도움말 페이지 URL https://notyfy.co
개인정보 보호 정책 페이지 URL https://notyfy.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notyfy - Web Notifications in One Place",
    "description": "Aggregates your notifications for Gmail, Facebook, Twitter, Reddit, and more in one place!",
    "version": "1.5.9",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/bell_48.png",
        "128": "icons\/bell_128.png"
    },
    "browser_action": {
        "default_title": "Notyfy",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "alarms",
        "cookies",
        "https:\/\/mobile.facebook.com\/",
        "https:\/\/old.reddit.com\/",
        "https:\/\/www.reddit.com\/",
        "https:\/\/api.twitter.com\/",
        "https:\/\/twitter.com\/",
        "https:\/\/stackoverflow.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/medium.com\/",
        "https:\/\/*.quora.com\/",
        "http:\/\/www.quora.com\/",
        "https:\/\/www.linkedin.com\/",
        "https:\/\/github.com\/",
        "https:\/\/www.producthunt.com\/"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; connect-src 'self' ws:\/\/* data: chrome-extension-resource: https:\/\/mobile.facebook.com https:\/\/www.reddit.com https:\/\/old.reddit.com https:\/\/twitter.com https:\/\/api.twitter.com https:\/\/abs.twimg.com https:\/\/stackoverflow.com https:\/\/mail.google.com https:\/\/medium.com http:\/\/www.quora.com https:\/\/*.quora.com https:\/\/www.linkedin.com https:\/\/github.com https:\/\/www.producthunt.com https:\/\/www.google-analytics.com; style-src 'self' 'unsafe-inline' chrome-extension-resource:; img-src 'self' chrome-extension-resource: data:; object-src 'none';"
}