10XTribe

Chrome Extension

Что такое 10XTribe?

10XTribe - это расширение Chrome, разработанное 10XTribe, и его основная функция - "Chrome Extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения 10XTribe

Скачайте файлы расширений 10XTribe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        10XTribe is a LinkedIn tool that helps you increase your LinkedIn post's reach so you can reach an audience up to 10 times bigger with your content. 

How it works?

10XTribe is a group of LinkedIn members who have agreed to engage with each other’s content on LinkedIn.

How to use 10XTribe?

1- Login to your LinkedIn account and install 10XTribe Chrome Extension.
2- At the Marketplace, you can join relevant engagement tribes with people who share similar interest.
3- Share your post to 10XTribe, so other tribe members will support you with likes and comments. 

Get in touch
Website: 10xtribe.co
Email:  [email protected]                    

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

Название 10XTribe 10XTribe
ID adknclagpadmdnjepbfddpplgmfginnb
Официальный URL https://chromewebstore.google.com/detail/10xtribe/adknclagpadmdnjepbfddpplgmfginnb
Описание Chrome Extension
Размер файла 4.82 MB
Количество установок 37
Текущая Версия 1.9
Последнее Обновление 2023-11-01
Дата публикации 2023-03-16
Рейтинг 5.00/5 Всего 10 оценок
Разработчик 10XTribe
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://10xtribe.co
URL страницы помощи https://10xtribe.co/privacypolicy
URL страницы политики конфиденциальности https://10xtribe.co/privacypolicy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "10XTribe",
    "version": "1.9",
    "description": "Chrome Extension",
    "icons": {
        "128": "assets\/images\/logo.png",
        "64": "assets\/images\/logo.png",
        "16": "assets\/images\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "homepage_url": "https:\/\/10xTribe.co",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/demo.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "font\/*.woff2",
                "js\/*.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/platform.linkedin.com\/' 'https:\/\/cdn.tiny.cloud\/1\/no-origin\/tinymce\/6.2.0-10\/tinymce.min.js'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ]
}