MultiPass for HTTP basic authentication

Automatically login to Basic Authentication using data based on URL regexp.

MultiPass for HTTP basic authenticationคืออะไร?

MultiPass for HTTP basic authentication เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://krtek4.github.io/MultiPass และคุณลักษณะหลักของมันคือ "Automatically login to Basic Authentication using data based on URL regexp."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiPass for HTTP basic authentication

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

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

                        This extension allows you to register credential associated to a regular expression.

When you browse a website that requires HTTP basic authentication, its URL will be matched against the regular expression and if a match is found, the credentials will be automatically sent.

A green badge on MultiPass address bar icon means you were correctly authenticated, a red one means the credentials were rejected and finally a yellow one means that there was multiple match for this domain.

If you want to report an issue, please use the Github issue tracker : https://github.com/krtek4/MultiPass/issues



Changelog

0.9.0 - 26/12/2019 - New upload to regenerate crx signature
0.9.1 - 31/03/2020 - Portuguese translations, thanks to pedrovhb

0.8.0 - 22/11/2018 - Remove Google Analytics
0.8.1 - 22/11/2018 - Avoid breaking the whole extension on faulty regex
0.8.2 - 22/11/2018 - Remove onAuthRequired hack since FF supports it for the better part of a year
0.8.3 - 01/12/2018 - Polish translation

0.7.0 - 27/02/2017 - XSS prevention, Add option to disable Analytics
0.7.1 - 27/03/2017 - Better detection of storage namespace
0.7.2 - 09/06/2017 - Avoid messing up the layout when regex is too long
0.7.3 - 09/06/2017 - Add a priority field on rules
0.7.3 - 13/06/2017 - Add missing translations

0.6.0 - 06/11/2016 - Regex tester, Firefox support
0.6.1 - 08/11/2016 - Opera support
0.6.2 - 13/11/2016 - German and Dutch translation, fix issue with highlighting
0.6.3 - 18/11/2016 - Remove jQuery dependency
0.6.4 - 18/11/2016 - Improve tester, fix edition, improve analytics
0.6.5 - 14/02/2017 - Disable tracking in Firefox, reduce number of analytics hit

0.5.3 - 06/11/2016 - French translation
0.5.2 - 05/11/2016 - Restore analytics
0.5.1 - 30/10/2016 - Fix an issue where newly added credentials are not available until restart
0.5.0 - 29/10/2016 - Improve translation mechanism

0.4.3 - 24/09/2015 - Fix an issue when adding credentials
0.4.2 - 22/09/2015 - Reset button
0.4.1 - 22/09/2015 - Allow entry edition
0.4.0 - 17/11/2014 - Styling, Highlight regex matching current URL in popin

0.3.2 - 06/08/2014 - Fix an analytics
0.3.1 - 06/08/2014 - Fix an issue with badges
0.3.0 - 04/08/2014 - Avoid error loop, display badges, JSON credential import

0.2.0 - 04/08/2014 - New option panel

0.1.2 - 04/08/2014 - Add Google Analytics
0.1.1 - 30/07/2014 - Rename from Chrome BasicAuth to MultiPass
0.1.0 - 28/07/2014 - Initial release                    

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

ชื่อ MultiPass for HTTP basic authentication MultiPass for HTTP basic authentication
ID enhldmjbphoeibbpdhmjkchohnidgnah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/multipass-for-http-basic/enhldmjbphoeibbpdhmjkchohnidgnah
คำอธิบาย Automatically login to Basic Authentication using data based on URL regexp.
ขนาดไฟล์ 65.36 KB
จำนวนการติดตั้ง 8,987
เวอร์ชันปัจจุบัน 0.9.1
อัปเดตครั้งล่าสุด 2021-04-29
วันที่เผยแพร่ 2020-03-31
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://krtek4.github.io/MultiPass
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://gilles.crettenand.info/MultiPass/
URL หน้าช่วยเหลือ https://github.com/krtek4/MultiPass/issues
ภาษาที่รองรับ de,en,fr,nl,it,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "MultiPass",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/gilles.crettenand.info\/MultiPass\/",
    "version": "0.9.1",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_popup": "popin.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/extension.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Gilles Crettenand ",
    "offline_enabled": true
}