东方财富辅助程序
This extension demonstrates a 'browser action' with kittens.
东方财富辅助程序คืออะไร?
东方财富辅助程序 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "This extension demonstrates a 'browser action' with kittens."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 东方财富辅助程序
ดาวน์โหลดไฟล์ส่วนขยาย 东方财富辅助程序 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
显示【持有基金产品】明细中的收益率,满足
(1)按基金产品显示
本插件已下线—2017.02.09。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fnfkhhfielhomihgnhjelkhcapogbhfk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E4%B8%9C%E6%96%B9%E8%B4%A2%E5%AF%8C%E8%BE%85%E5%8A%A9%E7%A8%8B%E5%BA%8F/fnfkhhfielhomihgnhjelkhcapogbhfk |
| คำอธิบาย | This extension demonstrates a 'browser action' with kittens. |
| ขนาดไฟล์ | 42.63 KB |
| จำนวนการติดตั้ง | 18 |
| เวอร์ชันปัจจุบัน | 2.4 |
| อัปเดตครั้งล่าสุด | 2017-02-09 |
| วันที่เผยแพร่ | 2017-02-09 |
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | [email protected] |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u4e1c\u65b9\u8d22\u5bcc\u8f85\u52a9\u7a0b\u5e8f",
"description": "This extension demonstrates a 'browser action' with kittens.",
"version": "2.4",
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"jquery-1.10.2.min.js"
],
"persistent": true
},
"web_accessible_resources": [
"jquery-1.10.2.min.js"
],
"content_scripts": [
{
"matches": [
"https:\/\/trade.1234567.com.cn\/*"
],
"js": [
"myscript.js"
]
}
]
} | |