clickembed link

Shortens URL and adds call to action to link

Wat is clickembed link?

clickembed link is een Chrome-extensie ontwikkeld door Rob, en de belangrijkste functie is "Shortens URL and adds call to action to link".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie clickembed link

Download clickembed link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Shorten any URL & Add Call To Action                    

Basisinformatie over de Extensie

Naam clickembed link clickembed link
ID hfgijnneaoeacidipikfdbecamkolcfb
Officiële URL https://chrome.google.com/webstore/detail/clickembed-link/hfgijnneaoeacidipikfdbecamkolcfb
Beschrijving Shortens URL and adds call to action to link
Bestandsgrootte 218 KB
Aantal Installaties 122
Huidige Versie 2.0.4
Laatst Bijgewerkt 2019-06-06
Publicatiedatum 2019-06-06
Ontwikkelaar Rob
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "clickembed link",
    "short_name": "clickembed",
    "version": "2.0.4",
    "description": "Shortens URL and adds call to action to link",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "activeTab",
        "*:\/\/*.jvzoo.com\/*",
        "*:\/\/*.warriorplus.com\/*",
        "*:\/\/*.emcodeweb.com\/*",
        "*:\/\/*.clii.xyz\/*"
    ],
    "browser_action": {
        "default_title": "Url Shortner & AddCTA",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "j.js",
            "bt.js",
            "main.js"
        ]
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.warriorplus.com\/*",
                "*:\/\/*.warriorplus.com\/o\/view\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}