XTM Marketo connector

This extension retrieves content from Marketo for translation in XTM

XTM Marketo connector là gì?

XTM Marketo connector là một tiện ích mở rộng Chrome được phát triển bởi xtm-connectors, và tính năng chính của nó là "This extension retrieves content from Marketo for translation in XTM".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XTM Marketo connector

Tải xuống các tệp mở rộng XTM Marketo connector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension retrieves content from Marketo for translation in XTM                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XTM Marketo connector XTM Marketo connector
ID iglafaflkhdboaebfhlbfapichkncnce
URL Chính Thức https://chromewebstore.google.com/detail/xtm-marketo-connector/iglafaflkhdboaebfhlbfapichkncnce
Mô tả This extension retrieves content from Marketo for translation in XTM
Kích Thước Tệp 147 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 2.9.1
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2020-05-17
Nhà Phát Triển xtm-connectors
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xtm.cloud/
URL Trang Trợ Giúp https://xtm.cloud/contact/
URL Trang Chính Sách Bảo Mật https://xtm.cloud/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}