Share Link Converter

Provide you with different mode of Gsuite Documents

What is Share Link Converter?

Share Link Converter is a Chrome extension developed by http://ejlalkh.com, and its main feature is "Provide you with different mode of Gsuite Documents ".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Share Link Converter Extension CRX File

Download Share Link Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name  Share Link Converter Share Link Converter
ID oinnieanhcjoicjcgkklacmbglhiklbo
Official URL https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo
Description Provide you with different mode of Gsuite Documents
File Size 1.16 MB
Installation Count 63
Current Version 0.011
Last Updated 2020-02-11
Publish Date 2020-02-09
Rating 5.00/5 Total 1 Ratings
Developer http://ejlalkh.com
Payment Type free
Help Page URL https://rebrand.ly/feedbackofslcextension
Privacy Policy Page URL http://ejlalkh.com/privacy-policy
Supported Languages 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
}