Actorio - Amazon Sourcing Software

Your Smart Amazon Shopping Companion

Actorio - Amazon Sourcing Software란 무엇입니까?

Actorio - Amazon Sourcing Software은(는) https://actorio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Smart Amazon Shopping Companion"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Actorio - Amazon Sourcing Software 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Actorio Chrome Extension is the ultimate assistant for Amazon shoppers in Europe. This powerful tool makes your online purchasing experience more efficient, regardless of your level of experience as a seller or buyer.

Actorio scans the web and analyses the catalogs of over 500 suppliers, totalling more than 50 million products.

1.Price Comparison Made Easy
When you visit any European Amazon product page, Actorio automatically scans other websites to display price options for the same product.

2. Eligibility Check
Wondering if a product has any limitations on sales? With Actorio, you can check which products have restrictions for your account.

3. Efficient Supplier Search
Actorio provides a simple way to discover new suppliers. Find more reliable sources for your favorite products.

Actorio is available on all European Amazon marketplaces.                    

확장 프로그램 기본 정보

이름 Actorio - Amazon Sourcing Software Actorio - Amazon Sourcing Software
ID ofakjaihobggiigdhbmnbdnaoddapgla
공식 URL https://chromewebstore.google.com/detail/actorio-amazon-sourcing-s/ofakjaihobggiigdhbmnbdnaoddapgla
설명 Your Smart Amazon Shopping Companion
파일 크기 38.59 KB
설치 횟수 1,144
현재 버전 1.33
최근 업데이트 2024-02-15
출시 날짜 2021-07-22
개발자 https://actorio.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://actorio.com/
개인정보 보호 정책 페이지 URL https://actorio.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Actorio - Amazon Sourcing Software",
    "version": "1.33",
    "description": "Your Smart Amazon Shopping Companion",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.amazon.*\/*"
            ],
            "js": [
                "content-amazon.js"
            ],
            "css": [
                "content-amazon.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "images\/actorio64.png",
        "128": "images\/actorio128.png"
    },
    "manifest_version": 3
}