Povishaly
Shows price history on the real estate site https://r.onliner.by/
Povishalyとは何ですか?
PovishalyはVasiliy Ermolovichによって開発されたChromeの拡張機能で、その主な機能は「Shows price history on the real estate site https://r.onliner.by/」です。
拡張機能のスクリーンショット
Povishaly拡張機能のCRXファイルをダウンロード
Povishaly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds additional block of information on price history of every apartment on the real estate site https://r.onliner.by/. Using this extension users can see how prices change and decide when the best time to buy real estate. This extension doesn't store or access any user information.
拡張機能の基本情報
名前 | Povishaly |
ID | ebgnjogdmhjgabeifcifegoafpjobjjc |
公式URL | https://chromewebstore.google.com/detail/povishaly/ebgnjogdmhjgabeifcifegoafpjobjjc |
説明 | Shows price history on the real estate site https://r.onliner.by/ |
ファイルサイズ | 41.54 KB |
インストール数 | 410 |
現在のバージョン | 0.3.0 |
最終更新日 | 2020-06-18 |
公開日 | 2020-06-18 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | Vasiliy Ermolovich |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/nashby/povishaly-extension |
対応言語 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Povishaly", "version": "0.3.0", "description": "Shows price history on the real estate site https:\/\/r.onliner.by\/", "permissions": [ "https:\/\/povishaly.space" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/r.onliner.by\/pk\/apartments\/*", "https:\/\/r.onliner.by\/ak\/apartments\/*" ] } ] } |