Skimlinks Editor tool

SL Editor extension.

Skimlinks Editor toolคืออะไร?

Skimlinks Editor tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Skimlinks และคุณลักษณะหลักของมันคือ "SL Editor extension."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Skimlinks Editor Toolbar

The Skimlinks Editor Toolbar is the easy to use Chrome Extension that any publisher who is writing commerce content must have installed.

NEW FEATURE - See Merchant Programs in Google Search Results
You can now see if a merchant has an affiliate program with Skimlinks directly in your Google Search results. All you need to do is make sure you have the Editor Toolbar installed and open when you search for a product or merchant, and you’ll now see the Skimlinks logo next to the search result if they have a program available.

Other Features of the Skimlinks Editor Toolbar:

- When a publisher is on the merchant's website, they’ll instantly be able to see if they provide commission rates, what they are and easily be able to create an affiliate link directly from the toolbar.
- Easily see the average commission rate the merchant has paid over the last 90 days
- The ability to see the full conditions relating to commission rates without leaving the page
- Whether the merchant provides exclusive or higher than average commission rates
- Shorten links to share on social networks or in email
- If you manage multiple domains, the ability to select the domain you want to affiliate so that the relevant commission rates show

You need to have a Skimlinks account and be logged in for the Editor Toolbar to work.  You can sign up for an account here https://signup.skimlinks.com/                    

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

ชื่อ Skimlinks Editor tool Skimlinks Editor tool
ID gmfcchdbgideoiehadmlmpnbhdcjoaih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skimlinks-editor-tool/gmfcchdbgideoiehadmlmpnbhdcjoaih
คำอธิบาย SL Editor extension.
ขนาดไฟล์ 1.02 MB
จำนวนการติดตั้ง 10,662
เวอร์ชันปัจจุบัน 8.3.2
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-07-02
คะแนน 3.58/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Skimlinks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skimlinks.com/resources/product-guide/editor-toolbar/
URL หน้าช่วยเหลือ http://support.skimlinks.com
URL หน้านโยบายความเป็นส่วนตัว https://skimlinks.com/pages/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skimlinks Editor tool",
    "description": "SL Editor extension.",
    "version": "8.3.2",
    "permissions": [
        "storage",
        "webNavigation",
        "cookies",
        "tabs",
        "scripting",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "88",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon-19.png",
            "38": "images\/icons\/icon-38.png"
        },
        "default_title": "Skimlinks Editor"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bundle.css",
                "host_fixtures.css",
                "images\/icons\/grey_logo_icon.png",
                "fonts\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}