Kashly

Kashly extension for making short links.

Kashly là gì?

Kashly là một tiện ích mở rộng Chrome được phát triển bởi promocoderewards.com, và tính năng chính của nó là "Kashly extension for making short links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kashly

Tải xuống các tệp mở rộng Kashly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Shorten, Share, and Earn Commission on 10,000+ Merchants

Earn a commission by sharing your personal short link with your friends. Every short link you create is personal and unique to you only. Share it and every purchase through your link will earn you a commission.

4 Easy Steps to Earn Commissions With Kashly

1. Register an Account with Kashly
After logging in, all the short links you create are unique and personal to you only.

2. Shorten any Link into a Kashly Short Link
Kashly links are not only short links, but also cash back short links that earn you a commission.

3. Share your Short Link on any Social Media or Anywhere on the Internet
Just copy and paste the link on Twitter, Facebook, Instagram, or anywhere you want. 

4. Any Purchase Made Through This Link Will Earn You a Commission
The easiest way to monetize your followers and social network.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kashly Kashly
ID bhojgkiciglabnnoehlkkfjlhbikonli
URL Chính Thức https://chromewebstore.google.com/detail/kashly/bhojgkiciglabnnoehlkkfjlhbikonli
Mô tả Kashly extension for making short links.
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-12-27
Ngày Phát Hành 2022-09-22
Nhà Phát Triển promocoderewards.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kashly.net/
URL Trang Trợ Giúp https://kashly.net/contact
URL Trang Chính Sách Bảo Mật https://www.promocoderewards.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "default_locale": "en",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "author": "Mikhail Koviazin ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/ui-tag-injector.js",
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}