ONTRAPORT Power User Extension

This extension provides unofficial extra features for power users of ONTRAPORT.

ONTRAPORT Power User Extensionคืออะไร?

ONTRAPORT Power User Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ONTRAPORT Labs และคุณลักษณะหลักของมันคือ "This extension provides unofficial extra features for power users of ONTRAPORT."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ONTRAPORT Power User Extension

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

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

                        - Keep the Top Level Navigation onscreen at all times.
- Keep the current Release and Account Number onscreen at all times.
- Setup Per-Account customizations such as color theming and custom logo.                    

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

ชื่อ ONTRAPORT Power User Extension ONTRAPORT Power User Extension
ID ddccabpjgecnegndgkghilemjpbocjpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd
คำอธิบาย This extension provides unofficial extra features for power users of ONTRAPORT.
ขนาดไฟล์ 16.03 MB
จำนวนการติดตั้ง 346
เวอร์ชันปัจจุบัน 1.109
อัปเดตครั้งล่าสุด 2020-02-20
วันที่เผยแพร่ 2020-02-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ONTRAPORT Labs
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ontraport.com/legal
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ONTRAPORT Power User Extension",
    "description": "This extension provides unofficial extra features for power users of ONTRAPORT.",
    "version": "1.109",
    "browser_action": {
        "default_title": "Click to edit options",
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ontraport.com\/*"
            ],
            "css": [
                "content_script\/styles.css"
            ],
            "js": [
                "content_script\/jquery.js",
                "content_script\/jquery.initialize.min.js",
                "content_script\/script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}