10XTribe

Chrome Extension

Was ist 10XTribe?

10XTribe ist eine Chrome-Erweiterung, die von 10XTribe entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

10XTribe-Erweiterungs-CRX-Datei herunterladen

Laden Sie 10XTribe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name 10XTribe 10XTribe
ID adknclagpadmdnjepbfddpplgmfginnb
Offizielle URL https://chromewebstore.google.com/detail/10xtribe/adknclagpadmdnjepbfddpplgmfginnb
Beschreibung Chrome Extension
Dateigröße 4.82 MB
Installationsanzahl 37
Aktuelle Version 1.9
Letztes Update 2023-11-01
Veröffentlichungsdatum 2023-03-16
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler 10XTribe
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://10xtribe.co
Hilfeseite URL https://10xtribe.co/privacypolicy
URL der Datenschutzrichtlinien-Seite https://10xtribe.co/privacypolicy
Unterstützte Sprachen 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\/*"
    ]
}