clickembed link

Shortens URL and adds call to action to link

What is clickembed link?

clickembed link is a Chrome extension developed by Rob, and its main feature is "Shortens URL and adds call to action to link".

Extension Screenshots

screenshot

Download clickembed link Extension CRX File

Download clickembed link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Shorten any URL & Add Call To Action                    

Extension Basic Information

Name clickembed link clickembed link
ID hfgijnneaoeacidipikfdbecamkolcfb
Official URL https://chrome.google.com/webstore/detail/clickembed-link/hfgijnneaoeacidipikfdbecamkolcfb
Description Shortens URL and adds call to action to link
File Size 218 KB
Installation Count 122
Current Version 2.0.4
Last Updated 2019-06-06
Publish Date 2019-06-06
Developer Rob
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}