Vardast Chrome Extension

Vardast

Vardast Chrome Extension là gì?

Vardast Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi http://vardastapp.com, và tính năng chính của nó là "Vardast".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vardast Chrome Extension

Tải xuống các tệp mở rộng Vardast Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        By using Vardast extension, choosing the right product to be sold on Digikala's marketplace will be hassle-free. We'll take care of the data and process them for you, and you only have to follow them.

By having Vardast extension on your browser, you'll save time and frustration to find profitable niches quickly and ultimately start selling your products on Digikala with no worries.

What Vardast extension will do for you:
+Find out the cost of each product available on Digikala in detail
+ Profit calculator
+ Demand score for each product
+ Sale rank in each category
+ Accessing all DKPCs in one place and their costs
+ Price history for each seller in each product

 Vardast extension can be freely used for 10 days as a trial membership.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vardast Chrome Extension Vardast Chrome Extension
ID njpmfphcgdeinohgccdaneedinhdfddg
URL Chính Thức https://chrome.google.com/webstore/detail/vardast-chrome-extension/njpmfphcgdeinohgccdaneedinhdfddg
Mô tả Vardast
Kích Thước Tệp 410 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 0.2.24
Cập Nhật Lần Cuối 2021-09-26
Ngày Phát Hành 2020-07-01
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://vardastapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vardastapp.com
URL Trang Chính Sách Bảo Mật https://vardastapp.com/policy
Ngôn Ngữ Được Hỗ Trợ
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vardast Chrome Extension",
    "description": "Vardast",
    "version": "0.2.24",
    "manifest_version": 2,
    "icons": {
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png"
        },
        "default_title": "Vardast",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.digikala.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.digikala.com\/search\/*"
            ],
            "js": [
                "PLPContentInjection.js"
            ],
            "css": [
                "PLPContentInjection.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.digikala.com\/product\/*"
            ],
            "css": [
                "PDPContentInjection.css"
            ],
            "js": [
                "PDPContentInjection.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.digikala.com\/brand\/*"
            ],
            "css": [
                "PDPContentInjection.css"
            ],
            "js": [
                "PDPContentInjection.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.digikala.com\/seller\/*"
            ],
            "css": [
                "PDPContentInjection.css"
            ],
            "js": [
                "PDPContentInjection.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.digikala.com\/product-list\/*"
            ],
            "css": [
                "PDPContentInjection.css"
            ],
            "js": [
                "PDPContentInjection.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            }
        }
    }
}