ASIFY

The all-in-one extension for dropshipping with Aliexpress

什麼是ASIFY?

ASIFY是由https://asify.tools開發的Chrome擴展程式,該擴展的主要功能是“The all-in-one extension for dropshipping with Aliexpress”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載ASIFY擴展crx文件

下載ASIFY擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Asify adds new useful features to help you in your drop-shipping activity with Aliexpress!
Completely free & unlimited uses! No registration, no trial period, you install it and you enjoy it instantly!

★ Product sales statistics
Access all product information: Daily sales, Top country sales, Top country dropshipp, UK market rate, USA, Europe & World

★ Product search by specific criteria
Find your products easily by: Price, Orders, Rating, Sales / J, Keyword, With or without video, Country of dispatch, Processing time, Delivery type ...

★ Product sales activities
View sales progress on any category (or all of them) over a period of 15 to 30 days ~, as well as TOP products

★ C.A simulator
Insert a sales price and automatically calculate your profitability (Purchase cost, Dues, Shopify / Paypal / Stripe transaction fees ...)

★ Sellers search
Find reliable suppliers in the product category in 2 clicks

★ Consultation History
Consult and return at any time on the last 200 products recently seen

★ Product tracking
Track daily sales of the product from J-1 to J-7, automatically refresh every day

★ Tracking & Exporting Orders
List them automatically with real-time tracking, follow them with ParcelApp in 1 click & export them for any duration for archived

★ Product search at other sellers
Find another supplier for the same product, compare prices, shipping included in seconds only without consulting the product

★ Product search at the competition
With the search from the image, find your competitors on Shopify, Amazon, Ebay, Cdiscount ...

★ Downloads images
In one click download in a zip archive all images of the product: Presentation, Variant & Description

★ More others to come


This extension uses affiliation and commercial advertisements to support its development, its maintenance, as well as to maintain its free access to its users so that it can remain accessible to all.

Privacy Policy Last updated:
September 30, 2023 We are committed to protecting your privacy and ensuring the security of your
personal information. This Privacy Policy outlines how we collect, use, and safeguard the data
you provide while using our Chrome extension.
1. Information We Collect: We do not collect any personally identifiable information (PII)
when you use the "Asify". We do not request or store your name, email address,
or any other personal details.
2. Usage Data: To improve our services and enhance your gaming experience, we may collect
non-personal, anonymous usage data. This data helps us analyze trends, understand user preferences, and
make necessary improvements to the extension.
3. Cookies: "Asify" does not use cookies or any tracking technologies to
gather information about your browsing activities.
4. Affiliate Links "Asify" replaces URLs in the search result page with
affiliate links. This means that when a user clicks on a search result and makes a purchase
through the affiliate link, we (the developers of the Chrome Extension) receive a small
commission from the retailer or service provider. This commission helps support the
development, maintenance, and operation of the Service without any extra cost to users. It is
important to note that the use of affiliate links does not affect the quality or relevance of
search results. The affiliate links are seamlessly integrated into the search results,
ensuring a smooth browsing experience for users.
5. Third-Party Services: "Asify" does not integrate with or share data with
any third-party services, websites, or applications.
6. Changes to the Privacy Policy: We reserve the right to modify or update this Privacy Policy
at any time. Any changes will be reflected on this page with the updated effective date. We
encourage you to review this policy periodically to stay informed about how we protect your
privacy. By using the "Asify", you agree to the terms and conditions outlined
in this Privacy Policy.                    

擴展基本資訊

名稱 ASIFY ASIFY
ID biehagnkgckkagkbpncoieiknahmngdg
官方網址 https://chromewebstore.google.com/detail/asify/biehagnkgckkagkbpncoieiknahmngdg
簡介 The all-in-one extension for dropshipping with Aliexpress
檔案大小 3.78 MB
安裝次數 51,832
目前版本 11.0.0.4
更新時間 2023-12-15
上架時間 2020-06-12
評分 3.92/5 共 115 次評分
開發者 https://asify.tools
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.asify.tools
說明頁面URL https://www.facebook.com/asify.io
隱私政策頁面URL http://asify.tools/privacy.html
支援的語言 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASIFY",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "11.0.0.4",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.asify.io",
    "icons": {
        "128": "\/images\/asify_128.png"
    },
    "background": {
        "service_worker": "\/js\/worker.js"
    },
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": {
            "128": "\/images\/asify_128.png"
        }
    },
    "options_page": "\/options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/www.aliexpress.us\/*"
            ],
            "exclude_matches": [
                "*:\/\/m.aliexpress.com\/*",
                "*:\/\/m.aliexpress.us\/*",
                "*:\/\/m.aliexpress.ru\/*"
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/lib\/jquery-3.7.0.min.js",
                "\/js\/lib\/bootstrap.bundle.min.js",
                "\/js\/mapdata.js",
                "\/js\/worldmap.js",
                "\/js\/class\/class.common.js",
                "\/js\/class\/class.aliexpress.js",
                "\/js\/class\/class.asify.js"
            ],
            "css": [
                "\/css\/bootstrap.min.css",
                "\/css\/asify.css",
                "\/css\/bx.boxicons.min.css",
                "\/css\/bx.transformations.css",
                "\/css\/bx.animations.css",
                "\/css\/materialdesignicons.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/www.aliexpress.us\/*"
            ],
            "exclude_matches": [
                "*:\/\/m.aliexpress.com\/*",
                "*:\/\/m.aliexpress.us\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/js\/aliexpress.comus.item.loader.js",
                "\/js\/aliexpress.cwl.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/store\/all-wholesale-products\/*.html*",
                "https:\/\/*.aliexpress.com\/store\/*\/search*",
                "https:\/\/*.aliexpress.com\/store\/group\/*\/*.html*",
                "https:\/\/*.aliexpress.com\/store\/*\/*.html*"
            ],
            "exclude_matches": [
                "*:\/\/m.aliexpress.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/js\/aliexpress.com.seller.js",
                "\/js\/aliexpress.comus.seller.events.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*.html*",
                "https:\/\/www.aliexpress.us\/item\/*.html*"
            ],
            "exclude_matches": [
                "*:\/\/m.aliexpress.com\/*",
                "*:\/\/m.aliexpress.us\/*",
                "*:\/\/m.aliexpress.ru\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/js\/aliexpress.comus.item.js",
                "\/js\/aliexpress.comus.item.events.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/category\/*\/*.html*",
                "https:\/\/*.aliexpress.us\/category\/*\/*.html*",
                "https:\/\/www.aliexpress.us\/w\/wholesale*.html*",
                "https:\/\/*.aliexpress.com\/w\/wholesale*.html*"
            ],
            "exclude_matches": [
                "*:\/\/m.aliexpress.com\/*",
                "*:\/\/m.aliexpress.us\/*",
                "*:\/\/m.aliexpress.ru\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "\/js\/aliexpress.comus.category.js"
            ]
        },
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "run_at": "document_end",
            "js": [
                "\/js\/lib\/jquery-3.7.0.min.js",
                "\/ma_payload.js"
            ]
        },
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.aliexpress.us\/*",
                "*:\/\/*.aliexpress.ru\/*"
            ],
            "run_at": "document_start",
            "js": [
                "\/ma_inj.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/country\/*.png",
                "\/images\/*.png",
                "\/images\/*.svg",
                "\/images\/*.gif",
                "\/webfonts\/*.eot",
                "\/webfonts\/*.svg",
                "\/webfonts\/*.woff",
                "\/webfonts\/*.woff2",
                "\/webfonts\/*.ttf",
                "\/ma_injtd.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}