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 |
官方網址 | 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 } } |