Freshdesk Developer Extension
Test and debug Freshdesk SDK apps
Freshdesk Developer Extension là gì?
Freshdesk Developer Extension là một tiện ích mở rộng Chrome được phát triển bởi http://freshdesk.com, và tính năng chính của nó là "Test and debug Freshdesk SDK apps".
Ả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 Freshdesk Developer Extension
Tải xuống các tệp mở rộng Freshdesk Developer Extension 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dhiijfebjgnbjcncjcdhmgehmhhojffe |
URL Chính Thức | https://chrome.google.com/webstore/detail/freshdesk-developer-exten/dhiijfebjgnbjcncjcdhmgehmhhojffe |
Mô tả | Test and debug Freshdesk SDK apps |
Kích Thước Tệp | 887 KB |
Số Lần Cài Đặt | 544 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2017-08-01 |
Ngày Phát Hành | 2017-08-01 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://freshdesk.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |