Freshdesk Developer Extension
Test and debug Freshdesk SDK apps
Freshdesk Developer Extension क्या है?
Freshdesk Developer Extension http://freshdesk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test and debug Freshdesk SDK apps"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Freshdesk Developer Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |