10XTribe
Chrome Extension
Qu'est-ce que 10XTribe ?
10XTribe est une extension Chrome développée par 10XTribe, et sa fonction principale est "Chrome Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 10XTribe
Téléchargez les fichiers d'extension 10XTribe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | 10XTribe |
ID | adknclagpadmdnjepbfddpplgmfginnb |
URL Officiel | https://chromewebstore.google.com/detail/10xtribe/adknclagpadmdnjepbfddpplgmfginnb |
Description | Chrome Extension |
Taille du Fichier | 4.82 MB |
Nombre d'Installations | 37 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2023-11-01 |
Date de Publication | 2023-03-16 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | 10XTribe |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://10xtribe.co |
URL de la Page d'Aide | https://10xtribe.co/privacypolicy |
URL de la Page de Politique de Confidentialité | https://10xtribe.co/privacypolicy |
Langues Prises en Charge | 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\/*" ] } |