Salesla

Check keywords indexed with your product on Amazon & also track your products position and ranking corresponding to that keyword.

Saleslaคืออะไร?

Salesla เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://salesla.com และคุณลักษณะหลักของมันคือ "Check keywords indexed with your product on Amazon & also track your products position and ranking corresponding to that keyword."

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

screenshot
screenshot

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

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

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

                        Index Checker:
Check keywords indexed with your product on Amazon & also track your products position and ranking corresponding to that keyword. Compatible for all Amazon domains.
Track your keywords along every ASIN and get notified along any rank changes on Salesla Dashboard. Optimise your listing with tracking an 'n' number of keywords and get this keywords indexed with your product on Amazon.

Review analysis:
Tracking the particular ASIN reviews for the past 2 years, giving a proper analyses of the ASINs Reviews that can help in understanding the quality of your products.

Reverse ASIN lookup:
Submit any particular ASIN and generate 50 keywords related to that particular category.

Amazon Keyword Research:
Can search competitors keywords and the indexing of the keywords related to the particular category that can help to grow the visibility on the products. Generate tons of keywords to optimise your listing.

At Salesla we are empowering sellers to sell better on Amazon, Flipkart and other marketplaces. Our vision is to empower 10 million sellers globally to make more revenue and profit when they sell online. For this we have developed powerful, simple to use tools that helps sellers easily reduce the time they spend on researching what to sell, how to sell, what price to sell, what cost they would incur and a host of such questions.

The tool works for all Amazon domains. Try it today:- https://salesla.com

Try our other tools:-

1. Feedback Management System
2. Listing Optimiser
3. Product Performance Tracker                    

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

ชื่อ Salesla Salesla
ID jhojofcfcoaehegceklibimbbjejdjfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesla/jhojofcfcoaehegceklibimbbjejdjfo
คำอธิบาย Check keywords indexed with your product on Amazon & also track your products position and ranking corresponding to that keyword.
ขนาดไฟล์ 1.47 MB
จำนวนการติดตั้ง 1,254
เวอร์ชันปัจจุบัน 0.0.0.7
อัปเดตครั้งล่าสุด 2021-04-13
วันที่เผยแพร่ 2020-06-12
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://salesla.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://salesla.com
URL หน้าช่วยเหลือ https://salesla.com/about-us
URL หน้านโยบายความเป็นส่วนตัว https://salesla.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": ".\/images\/fav_icon_128.png",
            "16": ".\/images\/fav_icon_16.png",
            "32": ".\/images\/fav_icon_32.png",
            "48": ".\/images\/fav_icon_48.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                ".\/jquery.js",
                ".\/sdata.js"
            ],
            "matches": [
                "https:\/\/sellercentral.amazon.in\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                ".\/jquery.js",
                ".\/keywordRanking.js"
            ],
            "matches": [
                "https:\/\/salesla.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Check keywords indexed with your product on Amazon & also track your products position and ranking corresponding to that keyword.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/salesla.com\/*"
        ]
    },
    "icons": {
        "128": ".\/images\/fav_icon_128.png",
        "16": ".\/images\/fav_icon_16.png",
        "32": ".\/images\/fav_icon_32.png",
        "48": ".\/images\/fav_icon_48.png"
    },
    "manifest_version": 2,
    "name": "Salesla",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "short_name": "salesla",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.7"
}