Import Aliexpress product to Facebook

Copy product details from Aliexpress to Facebook Marketplace. A free dropshipping importer tool.

Import Aliexpress product to Facebook क्या है?

Import Aliexpress product to Facebook todd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy product details from Aliexpress to Facebook Marketplace. A free dropshipping importer tool."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Import Aliexpress product to Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension will let you copy Aliexpress products and paste them on Facebook Marketplace. 

Instructions:
Just go to the Aliexpress product and click the save button which will appear in the top-right corner. Then wait for the extension to save product details. When done, the button will disappear. Then go to Facebook Marketplace (https://www.facebook.com/marketplace/create/item), and a paste button will appear in the top-right corner. Click the button and wait for the extension to fill out the images, title, price, description.

If something is not working right, you can write in the Support tab or directly to our contact email.                    

एक्सटेंशन की मूल जानकारी

नाम Import Aliexpress product to Facebook Import Aliexpress product to Facebook
ID nbgdlpbcbcildnfaopdoddmbdggnohlf
आधिकारिक URL https://chromewebstore.google.com/detail/import-aliexpress-product/nbgdlpbcbcildnfaopdoddmbdggnohlf
विवरण Copy product details from Aliexpress to Facebook Marketplace. A free dropshipping importer tool.
फ़ाइल का आकार 58.72 KB
स्थापना संख्या 1,003
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2024-01-21
प्रकाशन तिथि 2020-11-19
रेटिंग 3.00/5 कुल 14 रेटिंग्स
डेवलपर todd
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Copy product details from Aliexpress to Facebook Marketplace. A free dropshipping importer tool.",
    "version": "1.0.6",
    "name": "Import Aliexpress product to Facebook",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/",
        "*:\/\/*.aliexpress.com\/",
        "*:\/\/*.aliexpress.ru\/",
        "*:\/\/*.alicdn.com\/"
    ],
    "browser_action": {
        "default_icon": "icon_512x512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/item\/*",
                "*:\/\/*.aliexpress.com\/store\/product\/*",
                "*:\/\/*.aliexpress.ru\/item\/*",
                "*:\/\/*.aliexpress.ru\/store\/product\/*"
            ],
            "js": [
                "aliexpress.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon_512x512.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.jpg",
        "*.woff2",
        "*.svg"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}