Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Pure Potential: EZLynx Name/Note Formatter là gì?
Pure Potential: EZLynx Name/Note Formatter là một tiện ích mở rộng Chrome được phát triển bởi chadspaide, và tính năng chính của nó là "Pure Potential: EZLynx Naming Conventions and Note Formatter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pure Potential: EZLynx Name/Note Formatter
Tải xuống các tệp mở rộng Pure Potential: EZLynx Name/Note Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pure Potential: EZLynx Name/Note Formatter |
ID | hcfboffbjemffnebglgbjpmbakahaioh |
URL Chính Thức | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh |
Mô tả | Pure Potential: EZLynx Naming Conventions and Note Formatter |
Kích Thước Tệp | 158 KB |
Số Lần Cài Đặt | 547 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2020-11-18 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | chadspaide |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pure-potential.net/ |
URL Trang Trợ Giúp | https://pure-potential.net/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |