Share Link Converter

Provide you with different mode of Gsuite Documents

Co to jest Share Link Converter?

Share Link Converter to rozszerzenie Chrome opracowane przez http://ejlalkh.com, a jego główną funkcją jest „Provide you with different mode of Gsuite Documents ”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Share Link Converter

Pobierz pliki rozszerzeń Share Link Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        An Chrome Extension which would provides different modes of  share links which would help in generate the links without needs to toggling the links.                    

Podstawowe informacje o rozszerzeniu

Nazwa  Share Link Converter Share Link Converter
ID oinnieanhcjoicjcgkklacmbglhiklbo
Oficjalny URL https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo
Opis Provide you with different mode of Gsuite Documents
Rozmiar pliku 1.16 MB
Liczba instalacji 63
Aktualna Wersja 0.011
Ostatnia Aktualizacja 2020-02-11
Data Publikacji 2020-02-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://ejlalkh.com
Typ Płatności free
Adres URL Strony Pomocy https://rebrand.ly/feedbackofslcextension
Adres URL Strony Polityki Prywatności http://ejlalkh.com/privacy-policy
Obsługiwane Języki 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
}