HelpScout Plus
Extends HelpScout Plus for EP
HelpScout Plusคืออะไร?
HelpScout Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Education Perfect และคุณลักษณะหลักของมันคือ "Extends HelpScout Plus for EP"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HelpScout Plus
ดาวน์โหลดไฟล์ส่วนขยาย HelpScout Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Intended for users of HelpScout that want to bring certain priority smart folders to the top of the list. Click the red Helpscout icon in the top right and type in the priority names you want to float to the top. Moves the New Conversation button to the top.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HelpScout Plus |
ID | dmkeimdechogkplcclpcinfapgceghpo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/helpscout-plus/dmkeimdechogkplcclpcinfapgceghpo |
คำอธิบาย | Extends HelpScout Plus for EP |
ขนาดไฟล์ | 29.37 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2019-04-08 |
วันที่เผยแพร่ | 2019-04-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Education Perfect |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.educationperfect.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HelpScout Plus", "description": "Extends HelpScout Plus for EP", "short_name": "HelpScout+", "version": "1.1.5", "browser_action": { "default_icon": { "19": "icons\/page_action\/19x19.png", "38": "icons\/page_action\/38x38.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/secure.helpscout.net\/mailbox\/*", "https:\/\/secure.helpscout.net\/conversation\/*" ], "js": [ "js\/content_script.js" ] } ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "96": "icons\/96x96.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "https:\/\/secure.helpscout.net\/mailbox\/*", "https:\/\/secure.helpscout.net\/conversation\/*", "contextMenus", "declarativeContent", "storage" ], "commands": { "slack": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Copy for Slack" }, "cp": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Copy for CP" } } } |