Kashly

Kashly extension for making short links.

Kashly क्या है?

Kashly promocoderewards.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kashly extension for making short links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kashly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Kashly Kashly
ID bhojgkiciglabnnoehlkkfjlhbikonli
आधिकारिक URL https://chromewebstore.google.com/detail/kashly/bhojgkiciglabnnoehlkkfjlhbikonli
विवरण Kashly extension for making short links.
फ़ाइल का आकार 199 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-12-27
प्रकाशन तिथि 2022-09-22
डेवलपर promocoderewards.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kashly.net/
सहायता पृष्ठ URL https://kashly.net/contact
गोपनीयता नीति पृष्ठ URL https://www.promocoderewards.com/privacy
समर्थित भाषाएँ 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"
        }
    ]
}