Stackoon
Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.
什么是Stackoon?
Stackoon是由https://stackoon.ai开发的Chrome扩展程序,该扩展的主要功能是“Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.”。
扩展截图
下载Stackoon扩展crx文件
下载Stackoon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stackoon platform automates Access Management for your entire Tech Stack.
The extension works in tandem with Stackoon app. 扩展基本信息
| 名称 | |
| ID | kbhlinjbadiikjdlchmoacilekibadcj |
| 官方URL | https://chromewebstore.google.com/detail/stackoon/kbhlinjbadiikjdlchmoacilekibadcj |
| 简介 | Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app. |
| 文件大小 | 290 KB |
| 安装次数 | 128 |
| 当前版本 | 3.7.2 |
| 更新时间 | 2024-02-16 |
| 上架时间 | 2022-10-07 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://stackoon.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://app.stackoon.ai |
| 隐私政策页面URL | https://www.stackoon.io/privacy-policy |
| 支持的语言 | 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": [
" | |