10XTribe

Chrome Extension

10XTribe란 무엇입니까?

10XTribe은(는) 10XTribe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

10XTribe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}