东方财富辅助程序

This extension demonstrates a 'browser action' with kittens.

东方财富辅助程序란 무엇입니까?

东方财富辅助程序은(는) [email protected]에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension demonstrates a 'browser action' with kittens."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

东方财富辅助程序 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        显示【持有基金产品】明细中的收益率,满足
(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"
            ]
        }
    ]
}