Stock Performer Extension

This extension allows Stock Performer users to retrieve sales data from their agencies.

Stock Performer Extensionとは何ですか?

Stock Performer Extensionはhttps://www.stockperformer.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows Stock Performer users to retrieve sales data from their agencies.」です。

拡張機能のスクリーンショット

screenshot

Stock Performer Extension拡張機能のCRXファイルをダウンロード

Stock Performer Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Stock Performer does not require its users to submit their agency passwords. Instead, it retrieves the sales data while users are logged into their agency accounts. (While logged out, Stock Performer can never access that data.) This Chrome plugin enables Stock Performer to do that.                    

拡張機能の基本情報

名前 Stock Performer Extension Stock Performer Extension
ID pbhdefffkgembmlkmngmokcmelkeobob
公式URL https://chromewebstore.google.com/detail/stock-performer-extension/pbhdefffkgembmlkmngmokcmelkeobob
説明 This extension allows Stock Performer users to retrieve sales data from their agencies.
ファイルサイズ 33.38 KB
インストール数 1,402
現在のバージョン 0.8.2
最終更新日 2023-11-07
公開日 2019-06-09
評価 4.33/5 合計 6 レビュー
開発者 https://www.stockperformer.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.stockperformer.com/
ヘルプページのURL https://www.stockperformer.com/faq
プライバシーポリシーページのURL https://www.stockperformer.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stock Performer Extension",
    "short_name": "stkprfrmr",
    "version": "0.8.2",
    "description": "This extension allows Stock Performer users to retrieve sales data from their agencies.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.stockperformer.com\/*",
                "*:\/\/stockperformer.com\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "serviceworker.js"
    }
}