TrustBox Assistant
Troubleshooting Trustpilot TrustBoxes
什麼是TrustBox Assistant?
TrustBox Assistant是由Trustpilot開發的Chrome擴展程式,該擴展的主要功能是“Troubleshooting Trustpilot TrustBoxes”。
擴展截圖
下載TrustBox Assistant擴展crx文件
下載TrustBox Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A helpful browser extension for troubleshooting Trustpilot's TrustBoxes. 擴展基本資訊
| 名稱 | |
| ID | aofjkdnekcfcnijpaickcjlacdoipkop |
| 官方網址 | https://chromewebstore.google.com/detail/trustbox-assistant/aofjkdnekcfcnijpaickcjlacdoipkop |
| 簡介 | Troubleshooting Trustpilot TrustBoxes |
| 檔案大小 | 12.12 KB |
| 安裝次數 | 184 |
| 目前版本 | 1.9.0 |
| 更新時間 | 2019-01-14 |
| 上架時間 | 2019-01-14 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Trustpilot |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | http://legal.trustpilot.com/end-user-privacy-terms |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TrustBox Assistant",
"version": "1.9.0",
"description": "Troubleshooting Trustpilot TrustBoxes",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons\/icon32.png",
"default_title": "TrustBox Assistant",
"default_popup": "browser_action_popup\/popup.html"
},
"icons": {
"48": "icons\/icon48.png"
}
} | |