My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
My Realtyとは何ですか?
My RealtyはNikolay.Kuznetcovによって開発されたChromeの拡張機能で、その主な機能は「Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.」です。
拡張機能のスクリーンショット
My Realty拡張機能のCRXファイルをダウンロード
My Realty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
拡張機能の基本情報
名前 | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
公式URL | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
説明 | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
ファイルサイズ | 256 KB |
インストール数 | 53 |
現在のバージョン | 1.1.1 |
最終更新日 | 2016-07-20 |
公開日 | 2016-07-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Nikolay.Kuznetcov |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Nikolai Kuznetcov", "name": "My Realty", "short_name": "My Realty", "default_locale": "en", "description": "Extension for to collect the descriptions of your own real estate, or to collect the selling\/rent ads.", "version": "1.1.1", "browser_action": { "default_icon": "\/images\/icon.png" }, "icons": { "16": "\/images\/icon.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'", "permissions": [ "tabs", "background", "geolocation", "https:\/\/*.backblaze.com\/" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |