Realtor.com Tools
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…
Vad är Realtor.com Tools?
Realtor.com Tools är en Chrome-tillägg utvecklad av rmbaumer, och dess huvudfunktion är "The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps…".
Tilläggsskärmbilder
Ladda ner Realtor.com Tools-förlängningens CRX-fil
Ladda ner Realtor.com Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps Not affiliated with Realtor.com To request a new feature, leave a note in a review and I will implement the new feature as time allows.
Grundläggande Information om Tillägg
Namn | Realtor.com Tools |
ID | aahinbcdofnajjoonjgnedbcmjfegblp |
Officiell webbadress | https://chromewebstore.google.com/detail/realtorcom-tools/aahinbcdofnajjoonjgnedbcmjfegblp |
Beskrivning | The extension adds useful links to listings on Realtor.com, including: - Internet Service Providers - Google Search - Google Maps… |
Filstorlek | 29.52 KB |
Antal Installationer | 289 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2019-11-15 |
Publiceringsdatum | 2019-11-15 |
Utvecklare | rmbaumer |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Realtor.com Tools", "version": "0.5", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ], "js": [ "jquery.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.realtor.com\/*", "https:\/\/realtor.com\/*", "https:\/\/broadbandmap.fcc.gov\/*" ] } |