XTM Marketo connector

This extension retrieves content from Marketo for translation in XTM

XTM Marketo connectorคืออะไร?

XTM Marketo connector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xtm-connectors และคุณลักษณะหลักของมันคือ "This extension retrieves content from Marketo for translation in XTM"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XTM Marketo connector

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

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

                        This extension retrieves content from Marketo for translation in XTM                    

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

ชื่อ XTM Marketo connector XTM Marketo connector
ID iglafaflkhdboaebfhlbfapichkncnce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xtm-marketo-connector/iglafaflkhdboaebfhlbfapichkncnce
คำอธิบาย This extension retrieves content from Marketo for translation in XTM
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 108
เวอร์ชันปัจจุบัน 2.9.1
อัปเดตครั้งล่าสุด 2023-11-30
วันที่เผยแพร่ 2020-05-17
ผู้พัฒนา xtm-connectors
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xtm.cloud/
URL หน้าช่วยเหลือ https://xtm.cloud/contact/
URL หน้านโยบายความเป็นส่วนตัว https://xtm.cloud/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "2.9.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}