Cuelinks

Cuelinks Extension

Cuelinksคืออะไร?

Cuelinks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cuelinks.com และคุณลักษณะหลักของมันคือ "Cuelinks Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Cuelinks - A 2-minute Content Monetization Tool for Publishers

Cuelinks helps content owners to concentrate on writing great content while it monetizes the blog with Affiliate Marketing without any additional efforts by blog owner. You can write and share links from any vertical, be it travel, food, insurance or e-commerce. Earning additional revenue with Cuelinks is easy, make your blog a profitable business in a few simple steps and zero management stress. Cuelinks Chrome Extension toolbar extension gives Cuelinks Publishers access to view and compare the merchant commission rates, create and share the affiliate links at the point of content creation.

Features of the Cuelinks toolbar:

1) Merchant Payouts on your fingertips - Simply visit a merchant or product page and get access to view the commission rates.

2) Generate Affiliate Links instantly - Cuelinks Toolbar Editor makes it super easy to generate your Cuelinks Affiliate links directly from your Google Chrome browser.

3) Shorten and Share on the go - With the toolbar you can copy and use  the affiliate links on your website or shorten them & share your affiliate URLs on social media like Facebook, Twitter etc.


Add the extension to your Google Chrome to explore all these features for yourself. Not a Cuelinks Publisher yet? Sign Up now! https://www.cuelinks.com/signup                    

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

ชื่อ Cuelinks Cuelinks
ID lelmincdjmicpafocnpkhlgelfpcpkjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cuelinks/lelmincdjmicpafocnpkhlgelfpcpkjj
คำอธิบาย Cuelinks Extension
ขนาดไฟล์ 33.25 KB
จำนวนการติดตั้ง 1,779
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2020-06-06
วันที่เผยแพร่ 2020-06-05
คะแนน 4.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://www.cuelinks.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cuelinks.com/
URL หน้าช่วยเหลือ https://desk.zoho.com/portal/cuelinks/kb/support-center
URL หน้านโยบายความเป็นส่วนตัว https://www.cuelinks.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cuelinks",
    "short_name": "CueEditor",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Cuelinks Extension",
    "homepage_url": "https:\/\/www.cuelinks.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Cuelinks"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/common.js",
                "src\/inject\/inject.js",
                "src\/inject\/template.js",
                "src\/inject\/login.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cueExtension-close.png",
        "images\/cueEx-payout-icon.png",
        "images\/cueExtension-logo.png",
        "images\/cueEx-settings.png",
        "images\/cueEx-check.png",
        "images\/cueEx-uncheck.png",
        "images\/cueEx-facebook.png",
        "images\/cueEx-twitter.png",
        "images\/cueEx-loader.gif",
        "images\/cueEx-plus.png",
        "images\/cueEx-delete.png",
        "images\/cueEx-edit.png",
        "images\/cueEx-plus-blue.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}