Profile Launcher
Easily access all your accounts from one place
Wat is Profile Launcher?
Profile Launcher is een Chrome-extensie ontwikkeld door Teja Tarun G, en de belangrijkste functie is "Easily access all your accounts from one place".
Extensie Screenshots
Download het CRX-bestand van de extensie Profile Launcher
Download Profile Launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An easy-to-use extension which gives you access to your profiles such as LinkedIn, GitHub, Twitter, Instagram and more. Basisinformatie over de Extensie
| Naam | |
| ID | ahnmcbfhkgafaplogpadenghgimblaop |
| Officiële URL | https://chromewebstore.google.com/detail/profile-launcher/ahnmcbfhkgafaplogpadenghgimblaop |
| Beschrijving | Easily access all your accounts from one place |
| Bestandsgrootte | 32.64 KB |
| Aantal Installaties | 13 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-07-07 |
| Publicatiedatum | 2020-07-06 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Teja Tarun G |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Profile Launcher",
"description": "Easily access all your accounts from one place",
"version": "1.0.0",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
]
} | |