Share Link Converter
Provide you with different mode of Gsuite Documents
Vad är Share Link Converter?
Share Link Converter är en Chrome-tillägg utvecklad av http://ejlalkh.com, och dess huvudfunktion är "Provide you with different mode of Gsuite Documents ".
Tilläggsskärmbilder
Ladda ner Share Link Converter-förlängningens CRX-fil
Ladda ner Share Link Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An Chrome Extension which would provides different modes of share links which would help in generate the links without needs to toggling the links.
Grundläggande Information om Tillägg
Namn | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
Officiell webbadress | https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo |
Beskrivning | Provide you with different mode of Gsuite Documents |
Filstorlek | 1.16 MB |
Antal Installationer | 63 |
Aktuell Version | 0.011 |
Senast Uppdaterad | 2020-02-11 |
Publiceringsdatum | 2020-02-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://ejlalkh.com |
Betalningssätt | free |
Hjälpsida URL | https://rebrand.ly/feedbackofslcextension |
URL till Sekretesspolicy Sidan | http://ejlalkh.com/privacy-policy |
Stödda Språk | 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 } |