Stackoon
Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.
What is Stackoon?
Stackoon is a Chrome extension developed by https://stackoon.ai, and its main feature is "Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.".
Extension Screenshots
Download Stackoon Extension CRX File
Download Stackoon 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
Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.
Extension Basic Information
Name | Stackoon |
ID | kbhlinjbadiikjdlchmoacilekibadcj |
Official URL | https://chromewebstore.google.com/detail/stackoon/kbhlinjbadiikjdlchmoacilekibadcj |
Description | Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app. |
File Size | 290 KB |
Installation Count | 128 |
Current Version | 3.7.2 |
Last Updated | 2024-02-16 |
Publish Date | 2022-10-07 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://stackoon.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://app.stackoon.ai |
Privacy Policy Page URL | https://www.stackoon.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stackoon", "version": "3.7.2", "manifest_version": 3, "action": { "default_icon": { "16": "public\/logo16.png", "32": "public\/logo32.png", "48": "public\/logo48.png", "96": "public\/logo128.png", "128": "public\/logo128.png" }, "default_popup": "index\/popup.html", "default_title": "Stackoon" }, "permissions": [ "tabs", "storage", "history", "alarms", "notifications" ], "icons": { "16": "public\/fav.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/app.stackoon.js-loader.09a2fa89.js" ], "matches": [ "https:\/\/app.stackoon.io\/*", "https:\/\/www.app.stackoon.io\/*", "https:\/\/app.stackoon.ai\/*", "https:\/\/www.app.stackoon.ai\/*" ], "run_at": "document_start" }, { "js": [ "assets\/all.xhr.js-loader.401ddaa6.js" ], "matches": [ " |