Stocks House
Search multiple stock websites with a single click, save time.
What is Stocks House?
Stocks House is a Chrome extension developed by Panda Network, and its main feature is "Search multiple stock websites with a single click, save time.".
Extension Screenshots
Download Stocks House Extension CRX File
Download Stocks House extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Stocks House is a Chrome Extension which makes it faster to search multiple stock photography / video / audio websites. When you search for some term, it opens a new window and searches your term simultaneously on multiple websites of your choice.
Extension Basic Information
Name | Stocks House |
ID | mpdkicmbmbljbgncgphonhgjebnapfop |
Official URL | https://chromewebstore.google.com/detail/stocks-house/mpdkicmbmbljbgncgphonhgjebnapfop |
Description | Search multiple stock websites with a single click, save time. |
File Size | 1.47 MB |
Installation Count | 2,062 |
Current Version | 0.1.11 |
Last Updated | 2021-09-27 |
Publish Date | 2020-02-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Panda Network |
hello@panda.network | |
Payment Type | free |
Privacy Policy Page URL | https://asteya.network/asteya-network-extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stocks House", "description": "Search multiple stock websites with a single click, save time.", "version": "0.1.11", "manifest_version": 2, "browser_action": { "default_title": "Stocks House", "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com\/ https:\/\/*.twitter.com 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background\/webextension-polyfill.js", "background\/index.js" ] }, "web_accessible_resources": [ "index.html", "index.html\/*" ] } |