10XTribe
Chrome Extension
10XTribeとは何ですか?
10XTribeは10XTribeによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension」です。
拡張機能のスクリーンショット
10XTribe拡張機能のCRXファイルをダウンロード
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] 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |