StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
What is StackOverflow Inbox Notifications?
StackOverflow Inbox Notifications is a Chrome extension developed by https://www.akawebdesign.com, and its main feature is "See when you receive inbox notifications from StackOverflow".
Extension Screenshots
Download StackOverflow Inbox Notifications Extension CRX File
Download StackOverflow Inbox Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Want to know when you have new inbox notifications from StackOverflow? This extension adds a browser action to your toolbar, and updates the badge text when you have new notifications.
Extension Basic Information
Name | StackOverflow Inbox Notifications |
ID | ndeljpkeimafgobechdfejolnpgcjomi |
Official URL | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
Description | See when you receive inbox notifications from StackOverflow |
File Size | 74.77 KB |
Installation Count | 39 |
Current Version | 1.3.1 |
Last Updated | 2016-11-08 |
Publish Date | 2016-11-08 |
Rating | 3.33/5 Total 3 Ratings |
Developer | https://www.akawebdesign.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/arthurakay/StackOverflow-Notifications |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StackOverflow Inbox Notifications", "version": "1.3.1", "description": "See when you receive inbox notifications from StackOverflow", "icons": { "128": "resources\/images\/extension.jpg" }, "browser_action": { "default_icon": "resources\/images\/stackoverflow_16.png", "default_popup": "ui\/index.html" }, "background": { "scripts": [ "background\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'", "permissions": [ "identity", "https:\/\/stackexchange.com\/*\/*", "notifications" ] } |