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 |
| 官方網址 | 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\/*"
]
} | |