Scout Companion
Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot
Scout Companionคืออะไร?
Scout Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scout Companion
ดาวน์โหลดไฟล์ส่วนขยาย Scout Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension helps users set up auto-forwarding via gmail to their Scout catchall email, allowing them to import purchase history and expenses directly into Scout. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ngeilhcbcilomppnpbalfdnmofpmdohj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scout-companion/ngeilhcbcilomppnpbalfdnmofpmdohj |
| คำอธิบาย | Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot |
| ขนาดไฟล์ | 52.46 KB |
| จำนวนการติดตั้ง | 3,586 |
| เวอร์ชันปัจจุบัน | 1.1.6 |
| อัปเดตครั้งล่าสุด | 2021-04-02 |
| วันที่เผยแพร่ | 2020-10-26 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | admin |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://scoutapp.ai |
| URL หน้านโยบายความเป็นส่วนตัว | https://scoutapp.ai/privacy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Scout Companion",
"version": "1.1.6",
"description": "Auto-forward gmail to scout catch-all & sign in to StockX and GOAT & NBA Topshot",
"permissions": [
"declarativeContent",
"tabs",
"cookies",
"webRequest",
"*:\/\/scoutapp.ai\/*",
"*:\/\/scoutapp-ai-staging.herokuapp.com\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/mail-settings.google.com\/*",
"*:\/\/stockx.com\/*",
"*:\/\/accounts.stockx.com\/*",
"*:\/\/www.goat.com\/*",
"*:\/\/goat.com\/*",
"*:\/\/www.nbatopshot.com\/*",
"*:\/\/nbatopshot.com\/*",
"*:\/\/*.meetdapper.com\/*"
],
"background": {
"scripts": [
"js\/background-email.js",
"js\/hot-reload.js",
"js\/jwt-decode.js",
"js\/chrome-utils.js",
"js\/background-login.js",
"js\/request-recieve.js"
],
"persistent": true
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "img\/logo-16.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
}
},
"icons": {
"16": "img\/logo-16.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.amplitude.com https:\/\/scout-internal.s3.amazonaws.com https:\/\/scoutapp.ai; object-src 'self'",
"manifest_version": 2
} | |