Share Link Converter
Provide you with different mode of Gsuite Documents
Wat is Share Link Converter?
Share Link Converter is een Chrome-extensie ontwikkeld door http://ejlalkh.com, en de belangrijkste functie is "Provide you with different mode of Gsuite Documents ".
Extensie Screenshots
Download het CRX-bestand van de extensie Share Link Converter
Download Share Link Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An Chrome Extension which would provides different modes of share links which would help in generate the links without needs to toggling the links.
Basisinformatie over de Extensie
Naam | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
Officiële URL | https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo |
Beschrijving | Provide you with different mode of Gsuite Documents |
Bestandsgrootte | 1.16 MB |
Aantal Installaties | 63 |
Huidige Versie | 0.011 |
Laatst Bijgewerkt | 2020-02-11 |
Publicatiedatum | 2020-02-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://ejlalkh.com |
Betalingswijze | free |
Help Pagina-URL | https://rebrand.ly/feedbackofslcextension |
URL van de Privacybeleid Pagina | http://ejlalkh.com/privacy-policy |
Ondersteunde Talen | 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 } |