Share Link Converter
Provide you with different mode of Gsuite Documents
Что такое Share Link Converter?
Share Link Converter - это расширение Chrome, разработанное http://ejlalkh.com, и его основная функция - "Provide you with different mode of Gsuite Documents ".
Снимки экрана расширения
Скачать файл CRX расширения Share Link Converter
Скачайте файлы расширений Share Link Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 } |