Swimlane Array.with Fix
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
Swimlane Array.with Fixとは何ですか?
Swimlane Array.with FixはSwimlaneによって開発されたChromeの拡張機能で、その主な機能は「An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages」です。
拡張機能のスクリーンショット
Swimlane Array.with Fix拡張機能のCRXファイルをダウンロード
Swimlane Array.with Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages
拡張機能の基本情報
名前 | Swimlane Array.with Fix |
ID | himklidafniiolbdpfbjjbmgnidihbdm |
公式URL | https://chromewebstore.google.com/detail/swimlane-arraywith-fix/himklidafniiolbdpfbjjbmgnidihbdm |
説明 | An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages |
ファイルサイズ | 3.49 KB |
インストール数 | 534 |
現在のバージョン | 1.1 |
最終更新日 | 2023-02-19 |
公開日 | 2023-02-18 |
開発者 | Swimlane |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://swimlane.com/ |
ヘルプページのURL | https://swimlane.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swimlane Array.with Fix", "description": "An extension that fixes a problem with Swimlane where non-admin users would not be authorized for certain pages", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "override.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |