Inbox for Reddit

"Inbox for Reddit" is an extension to help you monitor and manage your Reddit.com inbox.

Inbox for Reddit란 무엇입니까?

Inbox for Reddit은(는) https://asynclink.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 ""Inbox for Reddit" is an extension to help you monitor and manage your Reddit.com inbox."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Inbox for Reddit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever wished you could easily check your Reddit inbox without having to visit the site?
Well now you can with this small and useful tool!

Features include:
  - Simple, clean user interface
  - Customizable notifications you when you get a new reply
  - Helpful unread notification counter to make sure you don't miss a message
  - Can mark individual or bulk notifications as read to clean up your inbox
  - Quick links to each inbox message or comment thread
  - Settings to customize your experience to your liking

Requires logging into a Reddit.com account of your choice to be able to check and manage your inbox. No login information is stored, as it uses Reddit's OAuth to get a local authorization token for your browser.

Note: this extension is not affiliated or created by Reddit.com, it utilizes the public API: https://www.reddit.com/dev/api/

Version changes: https://sites.google.com/view/asynclink/inbox-for-reddit/release-notes
Privacy Policy: https://sites.google.com/view/asynclink/inbox-for-reddit                    

확장 프로그램 기본 정보

이름 Inbox for Reddit Inbox for Reddit
ID pkmhcpmfkmdegooomhncciolklcofneh
공식 URL https://chromewebstore.google.com/detail/inbox-for-reddit/pkmhcpmfkmdegooomhncciolklcofneh
설명 "Inbox for Reddit" is an extension to help you monitor and manage your Reddit.com inbox.
파일 크기 370 KB
설치 횟수 278
현재 버전 0.1.6
최근 업데이트 2022-04-17
출시 날짜 2020-10-23
평점 4.14/5 총 7 개의 평점
개발자 https://asynclink.info
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.asynclink.info/inbox-for-reddit
도움말 페이지 URL https://www.asynclink.info/contact
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox for Reddit",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/snoomail16.png",
        "19": "icons\/snoomail19.png",
        "32": "icons\/snoomail32.png",
        "38": "icons\/snoomail38.png",
        "48": "icons\/snoomail48.png",
        "128": "icons\/snoomail128.png"
    },
    "permissions": [
        "http:\/\/www.reddit.com\/*",
        "https:\/\/www.reddit.com\/*",
        "notifications",
        "identity",
        "storage"
    ],
    "browser_action": {
        "default_title": "Inbox for Reddit",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "version": "0.1.6",
    "description": "\"Inbox for Reddit\" is an extension to help you monitor and manage your Reddit.com inbox."
}