Share Link Converter
Provide you with different mode of Gsuite Documents
Apa itu Share Link Converter?
Share Link Converter adalah ekstensi Chrome yang dikembangkan oleh http://ejlalkh.com, dan fitur utamanya adalah "Provide you with different mode of Gsuite Documents ".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Share Link Converter
Unduh file ekstensi Share Link Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An Chrome Extension which would provides different modes of share links which would help in generate the links without needs to toggling the links.
Informasi Dasar Ekstensi
Nama | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
URL Resmi | https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo |
Deskripsi | Provide you with different mode of Gsuite Documents |
Ukuran File | 1.16 MB |
Jumlah Instalasi | 63 |
Versi Saat Ini | 0.011 |
Terakhir Diperbarui | 2020-02-11 |
Tanggal Publikasi | 2020-02-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://ejlalkh.com |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://rebrand.ly/feedbackofslcextension |
URL Halaman Kebijakan Privasi | http://ejlalkh.com/privacy-policy |
Bahasa yang Didukung | 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 } |