Hyperlink
This extension will link context to the source system
Hyperlink क्या है?
Hyperlink Rajesh Sermadurai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will link context to the source system"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hyperlink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hyperlink - Quickly search for highlighted text on source system via right-click. Provide source URL in the setup screen. Hyperlink highlighted text Chrome extension: Use Hyperlink to link and open any application url from web email or data warehouse systems. * Set the "URL" and "Start-with" text in settings. * "URL" should start with http:// or https:// * Highlighted word should match the "Start-with" text. * Right click and use the context menu "Open selection text in Hyperlink extension" to open text in "URL" specified. Examples ======== Service Now: URL: https://www.service-now.com/nav_to.do?uri=incident.do?sysparm_query=number= Start-with : INC SalesForce: URL:https://na15.salesforce.com/a0U/e?CF00Ni000000EpsgO= Start-with : OPP Notes: * Hyperlink doesn’t support multiple urls.
एक्सटेंशन की मूल जानकारी
नाम | Hyperlink |
ID | kljnlapeephekihcbjnphhfjlipefbld |
आधिकारिक URL | https://chromewebstore.google.com/detail/hyperlink/kljnlapeephekihcbjnphhfjlipefbld |
विवरण | This extension will link context to the source system |
फ़ाइल का आकार | 54.06 KB |
स्थापना संख्या | 1,077 |
वर्तमान संस्करण | 1.0.0.1 |
अंतिम अपडेट | 2017-02-25 |
प्रकाशन तिथि | 2017-02-25 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Rajesh Sermadurai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyperlink", "description": "This extension will link context to the source system", "version": "1.0.0.1", "icons": { "16": "img\/link1_16.png", "32": "img\/link1_32.png", "48": "img\/link1_48.png", "128": "img\/link1_128.png" }, "browser_action": { "default_icon": "img\/link1_19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "context.js" ] }, "web_accessible_resources": [ "img\/link1_48.png" ] } |