Real Musk: One-Click - Compare Everything!
Don’t go to ten different Sites to Compare your Product. Real Musk will Compare everything on the Same Page in Seconds
Real Musk: One-Click - Compare Everything! क्या है?
Real Musk: One-Click - Compare Everything! Softverse Technology Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don’t go to ten different Sites to Compare your Product. Real Musk will Compare everything on the Same Page in Seconds"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Real Musk: One-Click - Compare Everything! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Real Musk displays other platforms and online shops selling the exact same or similar products in stock and enables you to compare EVERYTHING - Price, Discounts, Reviews, Delivery, and even the videos of your product, on the same page, with just One Click. Online shopping is ten times faster. So, spend the time you save doing things that you love. Add RealMusk to your browser in seconds. No frills. No complexity. Your Real Musk. We help you buy online ten times faster. We are transforming the way you buy products online. Get Real Musk extension - a tool that is designed and developed by a group of users who were tired of trying all the existing services and were frustrated losing hours while shopping online. Real Musk empathizes with millions of users like you and the trouble they have to go through to ensure that they have made the best buying decision. You agree to Real Musk’s Privacy Policy by using the Real Musk browser extension. (https://realmusk.com/privacy-policy)
एक्सटेंशन की मूल जानकारी
नाम | Real Musk: One-Click - Compare Everything! |
ID | ahdegndphcioomfhpohbnbfelgdbhopm |
आधिकारिक URL | https://chromewebstore.google.com/detail/real-musk-one-click-compa/ahdegndphcioomfhpohbnbfelgdbhopm |
विवरण | Don’t go to ten different Sites to Compare your Product. Real Musk will Compare everything on the Same Page in Seconds |
फ़ाइल का आकार | 1.52 MB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2022-09-29 |
प्रकाशन तिथि | 2022-07-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Softverse Technology Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://realmusk.com/ |
गोपनीयता नीति पृष्ठ URL | https://realmusk.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Musk: One-Click - Compare Everything!", "version": "1.0.7", "description": "Don\u2019t go to ten different Sites to Compare your Product. Real Musk will Compare everything on the Same Page in Seconds", "manifest_version": 3, "background": { "service_worker": "rm_service.js" }, "content_scripts": [ { "js": [ "rm_content.js", "purify.js" ], "css": [ "css\/fonts.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": false, "all_frames": false, "run_at": "document_end" } ], "permissions": [ "storage", "identity", "identity.email" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/16_RM.png", "48": "icons\/48_RM.png", "128": "icons\/128_RM.png" }, "action": { "default_title": "Created by Softverse Technology Inc.", "default_popup": "html\/popup.html" }, "web_accessible_resources": [ { "resources": [ "purify.js", "css\/*", "images\/*", "html\/*", "js\/*", "fonts\/*" ], "matches": [ "https:\/\/*\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAisxCy0bk2W5klyGNfGD7SCJjFfNLKMvMDlNzGVuP7o0ghlSA84ZvM4YCQkjMUPUgr1HY1KIBA4K9z+Sc1zdn5DHjemIrW5\/ILHuvogrG6u3KTBG5xPa\/1l4rDzf+QPlgcqyj+Bl6xJzN4VfFSlKAeABLeWEa4TzMyXrtDC7hzP20TSYvZuuunh25Ttf9+Jctaqcf\/vENpVpuosxarOHxaiqbo18ey5VeSvYQpcMAysfeH\/PoKr4kdD\/aC6CH2715jGVME6E3QZ\/YgXaCJ\/zmgvG9PDNNlRUBKH9oUx2GKUs40LavOEFvmS4J5z7+mC1SS4+HtcTzJaLHcnYv\/rlKJQIDAQAB" } |