Canvas Masquerade Shortcut

Jumps to the masquerade page of a particular login id

Canvas Masquerade Shortcutคืออะไร?

Canvas Masquerade Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bwpayne และคุณลักษณะหลักของมันคือ "Jumps to the masquerade page of a particular login id"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Masquerade Shortcut

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

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

                        Provides a quick way to masquerade as a user in Canvas by providing their login id.                    

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

ชื่อ Canvas Masquerade Shortcut Canvas Masquerade Shortcut
ID phbigijednkcejpafbcomiilkabbkkcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-masquerade-shortcu/phbigijednkcejpafbcomiilkabbkkcm
คำอธิบาย Jumps to the masquerade page of a particular login id
ขนาดไฟล์ 38.04 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2017-05-13
วันที่เผยแพร่ 2017-05-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา bwpayne
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bayne/CanvasMasqueradeChromeExtension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Masquerade Shortcut",
    "description": "Jumps to the masquerade page of a particular login id",
    "author": "Brian Payne ",
    "version": "1.4.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Masquerade as user",
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}