Social Dock
One stop for all your social media profiles
Was ist Social Dock?
Social Dock ist eine Chrome-Erweiterung, die von Nikhil Singh entwickelt wurde, und ihr Hauptmerkmal ist "One stop for all your social media profiles".
Erweiterungsscreenshots
Social Dock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social Dock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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] . Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fgkblbhnbimfghlnjgdbojgjbogcldjp |
| Offizielle URL | https://chromewebstore.google.com/detail/social-dock/fgkblbhnbimfghlnjgdbojgjbogcldjp |
| Beschreibung | One stop for all your social media profiles |
| Dateigröße | 131 KB |
| Installationsanzahl | 76 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2019-01-01 |
| Veröffentlichungsdatum | 2019-01-01 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Nikhil Singh |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |