Social Dock

One stop for all your social media profiles

What is Social Dock?

Social Dock is a Chrome extension developed by Nikhil Singh, and its main feature is "One stop for all your social media profiles".

Extension Screenshots

screenshot

Download Social Dock Extension CRX File

Download Social Dock 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

                        Visit your Facebook, Instagram, LinkedIn, Pinterest, Whatsapp and Gmail account with a single click while you are logged into chrome.

Update your username by selecting the options from the drop-down menu.



For any other inquiry, contact us at [email protected] .                    

Extension Basic Information

Name Social Dock Social Dock
ID fgkblbhnbimfghlnjgdbojgjbogcldjp
Official URL https://chromewebstore.google.com/detail/social-dock/fgkblbhnbimfghlnjgdbojgjbogcldjp
Description One stop for all your social media profiles
File Size 131 KB
Installation Count 76
Current Version 1.2.1
Last Updated 2019-01-01
Publish Date 2019-01-01
Rating 5.00/5 Total 5 Ratings
Developer Nikhil Singh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Dock",
    "version": "1.2.1",
    "description": "One stop for all your social media profiles",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "options_page": "options.html"
}