Profile Launcher
Easily access all your accounts from one place
What is Profile Launcher?
Profile Launcher is a Chrome extension developed by Teja Tarun G, and its main feature is "Easily access all your accounts from one place".
Extension Screenshots
Download Profile Launcher Extension CRX File
Download Profile Launcher 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 easy-to-use extension which gives you access to your profiles such as LinkedIn, GitHub, Twitter, Instagram and more.
Extension Basic Information
Name | Profile Launcher |
ID | ahnmcbfhkgafaplogpadenghgimblaop |
Official URL | https://chromewebstore.google.com/detail/profile-launcher/ahnmcbfhkgafaplogpadenghgimblaop |
Description | Easily access all your accounts from one place |
File Size | 32.64 KB |
Installation Count | 13 |
Current Version | 1.0.0 |
Last Updated | 2020-07-07 |
Publish Date | 2020-07-06 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Teja Tarun G |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |