Profile Launcher

Easily access all your accounts from one place

Profile Launcherคืออะไร?

Profile Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Teja Tarun G และคุณลักษณะหลักของมันคือ "Easily access all your accounts from one place"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profile Launcher

ดาวน์โหลดไฟล์ส่วนขยาย Profile Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An easy-to-use extension which gives you access to your profiles such as LinkedIn, GitHub, Twitter, Instagram and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Profile Launcher Profile Launcher
ID ahnmcbfhkgafaplogpadenghgimblaop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/profile-launcher/ahnmcbfhkgafaplogpadenghgimblaop
คำอธิบาย Easily access all your accounts from one place
ขนาดไฟล์ 32.64 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-07-07
วันที่เผยแพร่ 2020-07-06
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Teja Tarun G
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}