SortioX

Maximize Productivity for Amazon Influencers

SortioXคืออะไร?

SortioX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SortioX และคุณลักษณะหลักของมันคือ "Maximize Productivity for Amazon Influencers"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SortioX

ดาวน์โหลดไฟล์ส่วนขยาย SortioX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing SortioX - Simplify Your Amazon Influencer Program Journey
Are you tired of the time-consuming process of sifting through Amazon product listings to find the right items for your influencer campaigns? Look no further than SortioX, the Chrome Extension that streamlines and accelerates your product research.

Key Features:
* Efficient Search: SortioX simplifies your Amazon product research, saving you time and effort.
* Instant Insights: As you search on Amazon, SortioX displays a user-friendly table with critical details for each listing, including video carousels, stock availability, and commission percentages.
* Unique Innovations: SortioX offers innovative features that set it apart from other extensions, making it useful for both new and seasoned influencers.

Why Choose SortioX?
* Enhanced Efficiency: Quickly discover top products without manually checking each listing.
* Ongoing Development: We are committed to regular updates and improvements, ensuring that SortioX remains a valuable tool in your influencer toolkit.

How SortioX Works:
* Search Page Insights: SortioX displays essential information directly on the Amazon search page, including video availability and stock status, enabling you to make informed decisions at a glance.
* Advanced Sorting: Easily sort search results by various criteria, such as video availability, to pinpoint promising products effortlessly.
* Creator Hub Integration: Track your tagged items in the Creator Hub seamlessly, ensuring you never lose sight of your top influencer videos.
* Instant Product Access: Quickly access product listings and assess their suitability for your videos with just one click.

Prime Day & Special Events Ready:
Prepare for Prime Day and other special events with SortioX. Identify the hottest deals with video content and maximize your impact during major sales or seasonal events.
SortioX is your secret weapon for Amazon influencer success. Say goodbye to tedious product research and hello to efficiency and results.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SortioX SortioX
ID mfnmchjifcjpdgcomgmkfpojmpoahmnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sortiox/mfnmchjifcjpdgcomgmkfpojmpoahmnl
คำอธิบาย Maximize Productivity for Amazon Influencers
ขนาดไฟล์ 438 KB
จำนวนการติดตั้ง 610
เวอร์ชันปัจจุบัน 1.2.27
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-09-24
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา SortioX
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sortiox.com
URL หน้านโยบายความเป็นส่วนตัว https://sortiox.com/extension-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SortioX",
    "description": "Maximize Productivity for Amazon Influencers",
    "version": "1.2.27",
    "action": {
        "default_title": "SortioX",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/s?k=*",
                "https:\/\/*.amazon.ca\/Best-Sellers-*",
                "https:\/\/*.amazon.ca\/dp\/*"
            ],
            "css": [
                "content.css",
                "dataTables.min.css",
                "scroller.dataTables.min.css"
            ],
            "js": [
                "content.js",
                "jquery.min.js",
                "notify.min.js",
                "jquery-ui.min.js"
            ],
            "runAt": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.amazon.com\/creatorhub\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "creatorhub.js"
            ],
            "runAt": "document_start"
        },
        {
            "matches": [
                "https:\/\/affiliate-program.amazon.com\/p\/reporting\/earnings"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "earnings.js"
            ],
            "runAt": "document_start"
        },
        {
            "matches": [
                "https:\/\/affiliate-program.amazon.com\/p\/connect\/requests*",
                "https:\/\/affiliate-program.amazon.com\/p\/connect\/home"
            ],
            "js": [
                "connections.js"
            ],
            "world": "MAIN",
            "runAt": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "downloads",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/sortiox.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "vcard.html",
                "hcard.html",
                "filter.html",
                "table.html",
                "column-filter.html",
                "icon.png"
            ],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*"
            ]
        }
    ]
}