LeapCa跨境运营插件

亚马逊和独立站等跨境卖家必备的运营插件

Что такое LeapCa跨境运营插件?

LeapCa跨境运营插件 - это расширение Chrome, разработанное http://leapca.com, и его основная функция - "亚马逊和独立站等跨境卖家必备的运营插件".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения LeapCa跨境运营插件

Скачайте файлы расширений LeapCa跨境运营插件 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        帮助亚马逊以及独立站等各类跨境电商运营更好的做推广以及引流。为亚马逊运营显示亚马逊产品数据,包括但不仅限于1)产品的评价波动,2)产品的站外推广次数,3)产品在哪些大型网站上进行过推广。跨境电商卖家还能使用这个插件,来管理自己喜欢的网红。当浏览Youtube和Instagram的时候,可以直接点击收藏,把喜欢的网红保存到云端,然后再批量联系。方便跨境卖家做好站外引流以及海外营销。
This extension shows comprehensive Amazon product data and help e-commerce sellers to better manage influencers marketing. It displays Amazon product data, including but not limited to 1) reviews growth over time, 2) the number of off-site promotions of the product, and 3) on which high-value websites the product has been promoted. E-commerce sellers can also use this plug-in to manage their favorite influencers. When browsing Youtube and Instagram, you can directly click favorites, save your favorite influencers to the cloud, and then contact them later.                    

Основная информация о расширении

Название LeapCa跨境运营插件 LeapCa跨境运营插件
ID ohaffmhmleahddpnidlgppdmpdemebja
Официальный URL https://chrome.google.com/webstore/detail/leapca%E8%B7%A8%E5%A2%83%E8%BF%90%E8%90%A5%E6%8F%92%E4%BB%B6/ohaffmhmleahddpnidlgppdmpdemebja
Описание 亚马逊和独立站等跨境卖家必备的运营插件
Размер файла 581 KB
Количество установок 22,582
Текущая Версия v1.13 by 牛津小马哥
Последнее Обновление 2022-05-09
Дата публикации 2021-03-20
Рейтинг 4.10/5 Всего 20 оценок
Разработчик http://leapca.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://leapca.com
URL страницы помощи https://leapca.com/privacy-policy
URL страницы политики конфиденциальности https://leapca.com/privacy-policy
Поддерживаемые языки zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeapCa\u8de8\u5883\u8fd0\u8425\u63d2\u4ef6",
    "description": "\u4e9a\u9a6c\u900a\u548c\u72ec\u7acb\u7ad9\u7b49\u8de8\u5883\u5356\u5bb6\u5fc5\u5907\u7684\u8fd0\u8425\u63d2\u4ef6",
    "version": "1.13",
    "version_name": "v1.13 by \u725b\u6d25\u5c0f\u9a6c\u54e5",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "LeapCa\u8de8\u5883\u8fd0\u8425\u63d2\u4ef6",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.co.jp\/*"
            ],
            "js": [
                "content\/amazon\/content.js"
            ],
            "css": [
                "content\/amazon\/content.css",
                "content\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "content\/tiktok\/content.js"
            ],
            "css": [
                "content\/tiktok\/content.css",
                "content\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.lingxing.com\/*"
            ],
            "js": [
                "content\/lingxing\/index.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/globalpay.163.com\/*"
            ],
            "js": [
                "content\/163\/index.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.kjhaoyun.com\/*"
            ],
            "js": [
                "content\/kjhy\/index.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content\/instagram\/content.js"
            ],
            "css": [
                "content\/instagram\/content.css",
                "content\/style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/user\/*",
                "https:\/\/*.youtube.com\/channel\/*",
                "https:\/\/*.youtube.com\/c\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/youtube\/content.js"
            ],
            "css": [
                "content\/youtube\/content.css",
                "content\/style.css"
            ]
        }
    ]
}