Imageify

Aliexpress Search By Image

Imageify क्या है?

Imageify Radush Lazarov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aliexpress Search By Image"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Imageify is a powerful image searching extension for your browser. Its a must for every Amazon-Ebay or Aliexpress-Ebay dropshipper.
Simply hover over the image you want to look for with the cursor of the mouse. Click on the Imageify button at the top right corner. Then just look through the results based on your personal requirements.                    

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

नाम Imageify Imageify
ID gdnpkflidhidhgffbbpjijiadedepfhd
आधिकारिक URL https://chromewebstore.google.com/detail/imageify/gdnpkflidhidhgffbbpjijiadedepfhd
विवरण Aliexpress Search By Image
फ़ाइल का आकार 84.87 KB
स्थापना संख्या 86
वर्तमान संस्करण 2.1
अंतिम अपडेट 2020-01-13
प्रकाशन तिथि 2020-01-13
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Radush Lazarov
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ItStudioPro",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/environment.js",
            "js\/backgroundContextMenus.js",
            "js\/utilityFunctions.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Imageify"
    },
    "description": "Aliexpress Search By Image",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/logger.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.aliseeks.com\/*"
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/aliseeks.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icons\/128.png",
        "icons\/38.png"
    ],
    "manifest_version": 2,
    "name": "Imageify",
    "permissions": [
        "contextMenus"
    ],
    "version": "2.1"
}