e-mover

e-mover

What is e-mover?

e-mover is a Chrome extension developed by https://mover.az, and its main feature is "e-mover".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download e-mover Extension CRX File

Download e-mover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Onlayn ticarətdə hər şeyi sadələşdirdik!

Bir kliklə al, bir kliklə də aldığını bəyan et.

E-Mover`i brouzerinə yüklə  və bütün saytlardan cəmi bir kliklə alış-veriş et!

Ya da xarici saytlardan özün sifariş edirsən?
Mover`də bu da çox sadədir!

Satıcı  saytda “Sifarişlərim” bölməsinə keç,  E-Mover cəmi bir kliklə aldığın məhsulu sənin əvəzinə bizə bəyan etsin. 

Bu qədər sadə. Çünki biz belə istədik! Çünki sən üstünsən!                    

Extension Basic Information

Name e-mover e-mover
ID hbnmdgcdginbiabpiliphgbepbopajla
Official URL https://chromewebstore.google.com/detail/e-mover/hbnmdgcdginbiabpiliphgbepbopajla
Description e-mover
File Size 956 KB
Installation Count 2,104
Current Version 4.0.1.5
Last Updated 2021-06-14
Publish Date 2019-09-23
Rating 3.23/5 Total 13 Ratings
Developer https://mover.az
Email [email protected]
Payment Type free
Extension Website https://mover.az
Privacy Policy Page URL https://www.mover.az/az/post/14
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "e-mover",
    "description": "e-mover",
    "version": "4.0.1.5",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "images\/logo.png",
        "images\/drag.png",
        "images\/latest\/drag.png",
        "images\/latest\/close.png",
        "images\/latest\/icon.png",
        "index.html",
        "icon.html"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "parse-price.min.js",
                "screen.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "256": "images\/latest\/icon.png"
    },
    "browser_action": {
        "default_popup": "init.html"
    }
}