My Realty
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
My Realty là gì?
My Realty là một tiện ích mở rộng Chrome được phát triển bởi Nikolay.Kuznetcov, và tính năng chính của nó là "Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.".
Ả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 My Realty
Tải xuống các tệp mở rộng My Realty 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
Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | engjidpfjkimnhnjeahnejmmbpdlaaih |
URL Chính Thức | https://chrome.google.com/webstore/detail/my-realty/engjidpfjkimnhnjeahnejmmbpdlaaih |
Mô tả | Extension for to collect the descriptions of your own real estate, or to collect the selling/rent ads. |
Kích Thước Tệp | 256 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2016-07-20 |
Ngày Phát Hành | 2016-07-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Nikolay.Kuznetcov |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |