Share Link Converter
Provide you with different mode of Gsuite Documents
Share Link Converter क्या है?
Share Link Converter http://ejlalkh.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provide you with different mode of Gsuite Documents "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Share Link Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An Chrome Extension which would provides different modes of share links which would help in generate the links without needs to toggling the links.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo |
विवरण | Provide you with different mode of Gsuite Documents |
फ़ाइल का आकार | 1.16 MB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 0.011 |
अंतिम अपडेट | 2020-02-11 |
प्रकाशन तिथि | 2020-02-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://ejlalkh.com |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://rebrand.ly/feedbackofslcextension |
गोपनीयता नीति पृष्ठ URL | http://ejlalkh.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Share Link Converter", "version": "0.011", "description": "Provide you with different mode of Gsuite Documents ", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage" ], "options_page": "slc.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "slc.html", "default_title": "SLC" }, "icons": { "16": "images\/slc-icon-collection-16.png", "32": "images\/slc-icon-collection-32.png", "48": "images\/slc-icon-collection-48.png", "128": "images\/slc128.png" }, "manifest_version": 2 } |