Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Pure Potential: EZLynx Name/Note Formatterとは何ですか?
Pure Potential: EZLynx Name/Note Formatterはchadspaideによって開発されたChromeの拡張機能で、その主な機能は「Pure Potential: EZLynx Naming Conventions and Note Formatter」です。
拡張機能のスクリーンショット
Pure Potential: EZLynx Name/Note Formatter拡張機能のCRXファイルをダウンロード
Pure Potential: EZLynx Name/Note Formatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication.
拡張機能の基本情報
名前 | Pure Potential: EZLynx Name/Note Formatter |
ID | hcfboffbjemffnebglgbjpmbakahaioh |
公式URL | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh |
説明 | Pure Potential: EZLynx Naming Conventions and Note Formatter |
ファイルサイズ | 158 KB |
インストール数 | 547 |
現在のバージョン | 0.1.9 |
最終更新日 | 2023-12-05 |
公開日 | 2020-11-18 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | chadspaide |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pure-potential.net/ |
ヘルプページのURL | https://pure-potential.net/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pure Potential: EZLynx Name\/Note Formatter", "version": "0.1.9", "manifest_version": 2, "description": "Pure Potential: EZLynx Naming Conventions and Note Formatter", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/bililite.js", "js\/jquery.sendkeys.js", "src\/bg\/bg-flag.js", "src\/ValidTitles.js", "src\/TitleHandler.js", "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/app.ezlynx.com\/*", "*:\/\/callcenter.purepotential.io\/admin\/*" ], "js": [ "js\/bililite.js", "js\/jquery\/jquery.min.js", "js\/jquery.sendkeys.js", "src\/UI.js", "src\/ValidTitles.js", "src\/TitleHandler.js", "src\/inject.js" ], "css": [ "css\/inject.css" ] } ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Pure Potential EZLynx Naming Conventions and Note Formatter", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "activeTab", "storage", "*:\/\/app.ezlynx.com\/*", "*:\/\/www.dropbox.com\/*" ], "web_accessible_resources": [ "img\/*" ] } |