Share Link Converter
Provide you with different mode of Gsuite Documents
O que é Share Link Converter?
Share Link Converter é uma extensão do Chrome desenvolvida por http://ejlalkh.com, e sua principal característica é "Provide you with different mode of Gsuite Documents ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Share Link Converter
Baixe arquivos de extensão Share Link Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An Chrome Extension which would provides different modes of share links which would help in generate the links without needs to toggling the links.
Informações Básicas da Extensão
Nome | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
URL Oficial | https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo |
Descrição | Provide you with different mode of Gsuite Documents |
Tamanho do Arquivo | 1.16 MB |
Contagem de Instalações | 63 |
Versão Atual | 0.011 |
Última Atualização | 2020-02-11 |
Data de Publicação | 2020-02-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://ejlalkh.com |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://rebrand.ly/feedbackofslcextension |
URL da Página de Política de Privacidade | http://ejlalkh.com/privacy-policy |
Idiomas Suportados | 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 } |