Actorio - Amazon Sourcing Software
Your Smart Amazon Shopping Companion
Actorio - Amazon Sourcing Software क्या है?
Actorio - Amazon Sourcing Software https://actorio.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your Smart Amazon Shopping Companion"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Actorio - Amazon Sourcing Software एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Actorio Chrome Extension is the ultimate assistant for Amazon shoppers in Europe. This powerful tool makes your online purchasing experience more efficient, regardless of your level of experience as a seller or buyer. Actorio scans the web and analyses the catalogs of over 500 suppliers, totalling more than 50 million products. 1.Price Comparison Made Easy When you visit any European Amazon product page, Actorio automatically scans other websites to display price options for the same product. 2. Eligibility Check Wondering if a product has any limitations on sales? With Actorio, you can check which products have restrictions for your account. 3. Efficient Supplier Search Actorio provides a simple way to discover new suppliers. Find more reliable sources for your favorite products. Actorio is available on all European Amazon marketplaces.
एक्सटेंशन की मूल जानकारी
नाम | Actorio - Amazon Sourcing Software |
ID | ofakjaihobggiigdhbmnbdnaoddapgla |
आधिकारिक URL | https://chromewebstore.google.com/detail/actorio-amazon-sourcing-s/ofakjaihobggiigdhbmnbdnaoddapgla |
विवरण | Your Smart Amazon Shopping Companion |
फ़ाइल का आकार | 38.59 KB |
स्थापना संख्या | 1,144 |
वर्तमान संस्करण | 1.33 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2021-07-22 |
डेवलपर | https://actorio.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://actorio.com/ |
गोपनीयता नीति पृष्ठ URL | https://actorio.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Actorio - Amazon Sourcing Software", "version": "1.33", "description": "Your Smart Amazon Shopping Companion", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] }, { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/www.amazon.*\/*" ], "js": [ "content-amazon.js" ], "css": [ "content-amazon.css" ] } ], "background": { "service_worker": "background.js" }, "icons": { "64": "images\/actorio64.png", "128": "images\/actorio128.png" }, "manifest_version": 3 } |