Fed Tools

A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.

Fed Toolsคืออะไร?

Fed Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arturo Nava Ramírez และคุณลักษณะหลักของมันคือ "A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises."

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

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

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

                        A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks such as submit inventory elements, fill out the calendar fields and check for empty or missing title/alt HTML attributes. 2.0 now uses JS implemented promises to make it more accurate.                    

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

ชื่อ Fed Tools Fed Tools
ID jdeepogedbbbllmajekjbpfamomaddhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fed-tools/jdeepogedbbbllmajekjbpfamomaddhj
คำอธิบาย A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.
ขนาดไฟล์ 74.34 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2017-12-04
วันที่เผยแพร่ 2017-12-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Arturo Nava Ramírez
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "jquery-3.2.1.min.js",
                "jquery.highlight-4.js",
                "selection.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "short_name": "FED Tools",
    "name": "Fed Tools",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "A Chrome extension that helps FED guys from Juniper Data Center to automate some tasks. 2.0 uses JS implemented Promises.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "32": "logo64.png"
    }
}