clickembed link

Shortens URL and adds call to action to link

Hvad er clickembed link?

clickembed link er en Chrome-udvidelse udviklet af Rob, og dens hovedfunktion er "Shortens URL and adds call to action to link".

Udvidelsesskærmbilleder

screenshot

Download clickembed link-udvidelses-CRX-fil

Download clickembed link-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Shorten any URL & Add Call To Action                    

Grundlæggende oplysninger om udvidelsen

Navn clickembed link clickembed link
ID hfgijnneaoeacidipikfdbecamkolcfb
Officiel URL https://chrome.google.com/webstore/detail/clickembed-link/hfgijnneaoeacidipikfdbecamkolcfb
Beskrivelse Shortens URL and adds call to action to link
Filstørrelse 218 KB
Antal Installationer 122
Nuværende Version 2.0.4
Senest Opdateret 2019-06-06
Udgivelsesdato 2019-06-06
Udvikler Rob
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}