NojimaLogin Extension
SSO Chrome Extension
Wat is NojimaLogin Extension?
NojimaLogin Extension is een Chrome-extensie ontwikkeld door ntq_upload, en de belangrijkste functie is "SSO Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie NojimaLogin Extension
Download NojimaLogin Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
In Nojima company, there are many apps to serve work.
Because of there are so many apps, it is difficult for users to remember login information of each app.
They want to login to apps without remembering login information.
This extension will support users automatic login into company apps.
The main functions on the extension include:
- Show list of user apps
- Automatically log into apps when the user clicks on the app icon. Basisinformatie over de Extensie
| Naam | |
| ID | joeloeifimkfbnifgnhaiedbnmfflhoo |
| Officiële URL | https://chromewebstore.google.com/detail/nojimalogin-extension/joeloeifimkfbnifgnhaiedbnmfflhoo |
| Beschrijving | SSO Chrome Extension |
| Bestandsgrootte | 670 KB |
| Aantal Installaties | 6,679 |
| Huidige Versie | 0.1.9 |
| Laatst Bijgewerkt | 2023-05-23 |
| Publicatiedatum | 2023-05-22 |
| Ontwikkelaar | ntq_upload |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://sso.nojima.co.jp/ |
| URL van de Privacybeleid Pagina | https://www.nojima.co.jp/corporation/privacy |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NojimaLogin Extension",
"version": "0.1.9",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.bundle.js"
]
}
],
"permissions": [
"cookies",
"storage",
"activeTab",
"webRequest"
],
"host_permissions": [
"https:\/\/*.nojima.co.jp\/"
],
"icons": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"description": "SSO Chrome Extension"
} | |