Share Link Converter

Provide you with different mode of Gsuite Documents

Co je Share Link Converter?

Share Link Converter je rozšíření Chrome vyvinuté http://ejlalkh.com, a jeho hlavní funkcí je „Provide you with different mode of Gsuite Documents “.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Share Link Converter

Stáhněte si soubory rozšíření Share Link Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název  Share Link Converter Share Link Converter
ID oinnieanhcjoicjcgkklacmbglhiklbo
Oficiální URL https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo
Popis Provide you with different mode of Gsuite Documents
Velikost souboru 1.16 MB
Počet instalací 63
Aktuální Verze 0.011
Poslední Aktualizace 2020-02-11
Datum Vydání 2020-02-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://ejlalkh.com
Typ Platby free
URL Stránky Nápovědy https://rebrand.ly/feedbackofslcextension
URL Stránky Zásad Ochrany Soukromí http://ejlalkh.com/privacy-policy
Podporované Jazyky 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
}