Netsso LoginPilot

Extension for Netsso AutoLogin, Simple Links, Notes. LoginPilot is also avalaible for Internet Explorer, FireFox, Edge, Opera.

Netsso LoginPilotคืออะไร?

Netsso LoginPilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.netsso.com และคุณลักษณะหลักของมันคือ "Extension for Netsso AutoLogin, Simple Links, Notes. LoginPilot is also avalaible for Internet Explorer, FireFox, Edge, Opera."

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

screenshot
screenshot
screenshot

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

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

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

                        The LoginPilot is a free password manager to utilise Netsso's "AutoLogin Link" feature. Some web  sites require you to log in your Username and Password and the LoginPilot collects these from you, one time, and later guides Netsso in entering these for you when you visit those places afterwards. It also enables you to record any web object for Netsso with a simple right-click

Please Register on https://www.netsso.com to use the LoginPilot

Netsso is Your private, Single Sign On Portal to your personal internet world. After logging in to Netsso, on any computer and some tablets, you can double-click to any of your recorded web pages, web images, links, documents online, web mail, etc without having to remember and type their exact addresses, or your usernames and passwords. In a new service you can auto-encrypt any documents on your DropBox,  OneDrive or Google Drive by loading them through your Netsso. When you download them thru Netsso onto any computer, they will automatically decrypt. Netsso remembers each document's exclusive password. And you can share these encrypted documents with other Netsso members.                    

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

ชื่อ Netsso LoginPilot Netsso LoginPilot
ID cihmbankckionldkkcnehkgmopjeojof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netsso-loginpilot/cihmbankckionldkkcnehkgmopjeojof
คำอธิบาย Extension for Netsso AutoLogin, Simple Links, Notes. LoginPilot is also avalaible for Internet Explorer, FireFox, Edge, Opera.
ขนาดไฟล์ 69.42 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 3.4
อัปเดตครั้งล่าสุด 2020-10-27
วันที่เผยแพร่ 2019-03-25
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.netsso.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.netsso.com
URL หน้าช่วยเหลือ https://www.netsso.com/manual
URL หน้านโยบายความเป็นส่วนตัว https://www.netsso.com/privacy-statement
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netsso LoginPilot",
    "version": "3.4",
    "minimum_chrome_version": "15.0",
    "description": "Extension for Netsso AutoLogin, Simple Links, Notes. LoginPilot is also avalaible for Internet Explorer, FireFox, Edge, Opera.",
    "homepage_url": "http:\/\/www.netsso.com",
    "background": {
        "scripts": [
            "lpc.js",
            "lpb.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lpi.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lpc.js",
                "lpd.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Copy link for Netsso"
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/x3.gif"
    ]
}