Tutoriex Extension
This extension will save you from boring stuffs
Tutoriex Extensionとは何ですか?
Tutoriex ExtensionはTUTORIEXによって開発されたChromeの拡張機能で、その主な機能は「This extension will save you from boring stuffs」です。
拡張機能のスクリーンショット
Tutoriex Extension拡張機能のCRXファイルをダウンロード
Tutoriex Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tutoriex Automation is a powerful Chrome extension designed to help users automate repetitive tasks on specific websites. Rest assured, Tutoriex Automation prioritizes your privacy and security. We only access and modify web content on websites explicitly listed in our extension's manifest. We follow Chrome Web Store guidelines for responsible use, providing a seamless and secure browsing experience. Simplify your online tasks and save time with Tutoriex Automation. *It currently works for only one specific test in the test platform
拡張機能の基本情報
名前 | Tutoriex Extension |
ID | nfifhbcdofnhofdijpeelfcociajhajm |
公式URL | https://chromewebstore.google.com/detail/tutoriex-extension/nfifhbcdofnhofdijpeelfcociajhajm |
説明 | This extension will save you from boring stuffs |
ファイルサイズ | 182 KB |
インストール数 | 1,048 |
現在のバージョン | 0.0.4 |
最終更新日 | 2023-11-08 |
公開日 | 2023-09-10 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | TUTORIEX |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://s.tutoriex.com/tef |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tutoriex Extension", "description": "This extension will save you from boring stuffs", "version": "0.0.4", "devtools_page": "devtool.html", "action": { "default_popup": "popup.html", "default_icon": "icon.png", "default_title": "MyPerfectice Automation" }, "content_scripts": [ { "matches": [ "https:\/\/lpu.myperfectice.com\/*" ], "js": [ "contentScript.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" } } |