Stock Performer Extension
This extension allows Stock Performer users to retrieve sales data from their agencies.
Stock Performer Extension là gì?
Stock Performer Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.stockperformer.com, và tính năng chính của nó là "This extension allows Stock Performer users to retrieve sales data from their agencies.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stock Performer Extension
Tải xuống các tệp mở rộng Stock Performer Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stock Performer Extension |
ID | pbhdefffkgembmlkmngmokcmelkeobob |
URL Chính Thức | https://chromewebstore.google.com/detail/stock-performer-extension/pbhdefffkgembmlkmngmokcmelkeobob |
Mô tả | This extension allows Stock Performer users to retrieve sales data from their agencies. |
Kích Thước Tệp | 33.38 KB |
Số Lần Cài Đặt | 1,402 |
Phiên Bản Hiện Tại | 0.8.2 |
Cập Nhật Lần Cuối | 2023-11-07 |
Ngày Phát Hành | 2019-06-09 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.stockperformer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.stockperformer.com/ |
URL Trang Trợ Giúp | https://www.stockperformer.com/faq |
URL Trang Chính Sách Bảo Mật | https://www.stockperformer.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |