X-notifier Neo
Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on
Vad är X-notifier Neo?
X-notifier Neo är en Chrome-tillägg utvecklad av https://xnotifier.tobwithu.com, och dess huvudfunktion är "Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on".
Tilläggsskärmbilder
Ladda ner X-notifier Neo-förlängningens CRX-fil
Ladda ner X-notifier Neo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on
X-notifier Neo checks your webmail accounts and notifies the number of unread emails.
Features
- detect login automatically
- don't need to save password
- preview messages
- manage unread mails in one place
- support gmail multiple login
If you prefer old version, you can get it here.
http://xnotifier.tobwithu.com/history.php?br=cr Grundläggande Information om Tillägg
| Namn | |
| ID | pheccebhjjlenlidbnddkjgpgfhokmio |
| Officiell webbadress | https://chromewebstore.google.com/detail/x-notifier-neo/pheccebhjjlenlidbnddkjgpgfhokmio |
| Beskrivning | Notifier for Gmail, iCloud, Hotmail, Yahoo, AOL and so on |
| Filstorlek | 146 KB |
| Antal Installationer | 4,503 |
| Aktuell Version | 3.2 |
| Senast Uppdaterad | 2023-10-18 |
| Publiceringsdatum | 2020-04-22 |
| Betyg | 2.99/5 Totalt 139 Betyg |
| Utvecklare | https://xnotifier.tobwithu.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://xnotifier.tobwithu.com/ |
| Hjälpsida URL | http://xnotifier.tobwithu.com/dp/forum/10 |
| URL till Sekretesspolicy Sidan | http://xnotifier.tobwithu.com/privacy.php |
| Stödda Språk | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "X-notifier Neo",
"version": "3.2",
"description": "__MSG_app_description__",
"default_locale": "en",
"action": {
"default_title": "__MSG_app_name__",
"default_icon": {
"19": "icon_19_gray.png",
"38": "icon_38_gray.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"incognito": "spanning",
"permissions": [
"background",
"alarms",
"tabs",
"notifications",
"storage",
"cookies",
"declarativeNetRequest",
"offscreen"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/xnotifier.tobwithu.com\/xn\/"
],
"css": [
"content\/style.css"
],
"js": [
"exlib\/common.js",
"js\/ui.js",
"content\/script.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.icloud.com\/"
],
"js": [
"content\/icloud.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"res\/gmail\/*.png"
],
"matches": [
" | |