SF Dev Assistant
This extension allows to quickly access Code,Jira tickets, Version One Defects, SVN versions, Search Confluence and much more
What is SF Dev Assistant?
SF Dev Assistant is a Chrome extension developed by Sunil B N, and its main feature is "This extension allows to quickly access Code,Jira tickets, Version One Defects, SVN versions, Search Confluence and much more".
Extension Screenshots
Download SF Dev Assistant Extension CRX File
Download SF Dev Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*Please note that this is only for SAP & SAP Successfactors* This extension allows to quickly access Successfactors Code, Jira tickets, Crucible Reviews, Version One Defects, SVN versions, Search Confluence, open QACAND instance in a go and much more. UPDATE: Now search tickets with 5 digits too.
Extension Basic Information
Name | |
ID | ncjacekmgkmhojjlieclmmkbklhjpfda |
Official URL | https://chrome.google.com/webstore/detail/sf-dev-assistant/ncjacekmgkmhojjlieclmmkbklhjpfda |
Description | This extension allows to quickly access Code,Jira tickets, Version One Defects, SVN versions, Search Confluence and much more |
File Size | 21.52 KB |
Installation Count | 58 |
Current Version | 0.125 |
Last Updated | 2016-02-16 |
Publish Date | 2016-02-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Sunil B N |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SF Dev Assistant", "description": "This extension allows to quickly access Code,Jira tickets, Version One Defects, SVN versions, Search Confluence and much more", "version": "0.125", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Open SF Dev Assistant" }, "permissions": [ "activeTab", "https:\/\/*.successfactors.com\/", "http:\/\/*.successfactors.com\/", "http:\/\/*.ondemand.com\/", "https:\/\/*.ondemand.com\/" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |