Mappy for Social & Shopping
Adds useful content to your Shopping & Property pages
Mappy for Social & Shopping क्या है?
Mappy for Social & Shopping https://cubewx.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds useful content to your Shopping & Property pages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mappy for Social & Shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Mappy adds useful content to your shopping pages.
Tired of figuring out if advertised items are close to you?
Look no further..
Mappy will add an interactive map to your page for ease of use and discovering the item location.
Intuitive Zoom In and Zoom Out buttons make it so much easier to find the item location relative to where you are without leaving the page.
Alternatively use the "Directions" option to find GPS navigation to the approximate item location.
Currently supporting:
WWW - facebook, ebay
US - zillow, realtor, apartments
AU - domain, realestate, realestateview, allhomes, onthehouse
** Updates **
v2022.04.051
- add support for several property domains
v2022.04.121
- add support for more domains एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | mehoblhnbdagfkpgofliblkdmcljhbjn |
| आधिकारिक URL | https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn |
| विवरण | Adds useful content to your Shopping & Property pages |
| फ़ाइल का आकार | 50.56 KB |
| स्थापना संख्या | 65 |
| वर्तमान संस्करण | 2022.04.121 |
| अंतिम अपडेट | 2022-04-12 |
| प्रकाशन तिथि | 2020-07-14 |
| डेवलपर | https://cubewx.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | http://www.cubewx.com/index.html#cta |
| सहायता पृष्ठ URL | http://www.cubewx.com/chromeFacebook.html#policy |
| गोपनीयता नीति पृष्ठ URL | https://www.cubewx.com/privacy.html |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mappy for Social & Shopping",
"short_name": "Mappy Social & Shopping",
"version": "2022.04.121",
"description": "Adds useful content to your Shopping & Property pages",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"content_scripts": [
{
"js": [
"jquery.min.js",
"content.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"page_action": {
"default_icon": {
"128": "logo.128.png"
}
},
"icons": {
"128": "logo.128.png"
},
"manifest_version": 2
} | |