Freshdesk Developer Extension
Test and debug Freshdesk SDK apps
Freshdesk Developer Extensionคืออะไร?
Freshdesk Developer Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://freshdesk.com และคุณลักษณะหลักของมันคือ "Test and debug Freshdesk SDK apps"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshdesk Developer Extension
ดาวน์โหลดไฟล์ส่วนขยาย Freshdesk Developer Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Freshdesk {developers} extension allows you to use the SDK's local testing abilities to test your app with your Freshdesk account with no hassles.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhiijfebjgnbjcncjcdhmgehmhhojffe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/freshdesk-developer-exten/dhiijfebjgnbjcncjcdhmgehmhhojffe |
คำอธิบาย | Test and debug Freshdesk SDK apps |
ขนาดไฟล์ | 887 KB |
จำนวนการติดตั้ง | 544 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2017-08-01 |
วันที่เผยแพร่ | 2017-08-01 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://freshdesk.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freshdesk Developer Extension", "short_name": "FreshdeskSDK", "description": "Test and debug Freshdesk SDK apps", "version": "3.0.0", "icons": { "128": "img\/128.png", "96": "img\/96.png", "48": "img\/48.png", "32": "img\/32.png" }, "browser_action": { "default_icon": "img\/32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/frameworks\/prototype-1.6.js", "js\/extension\/background.js", "js\/extension\/websocket.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/frameworks\/jquery-1.8.3.js", "js\/frameworks\/prototype-1.6.js", "js\/extension\/contentscript.js", "js\/freshdesk\/freshapp.js" ], "run_at": "document_start" } ], "homepage_url": "http:\/\/developer.freshdesk.com\/", "minimum_chrome_version": "28", "permissions": [ "http:\/\/localhost:10001\/", "storage", "tabs", "notifications" ] } |