Geniuslink | Intelligent Link Creator

Easily build geni.us links with the click of a button!

Geniuslink | Intelligent Link Creator là gì?

Geniuslink | Intelligent Link Creator là một tiện ích mở rộng Chrome được phát triển bởi Geniuslink, và tính năng chính của nó là "Easily build geni.us links with the click of a button!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Geniuslink | Intelligent Link Creator

Tải xuống các tệp mở rộng Geniuslink | Intelligent Link Creator 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

                        The Geniuslink Chrome extension is the easiest way to create the world's smartest short links to products or content across the web. This extension is fully integrated with your Geniuslink account, allowing you to instantly create geni.us links with the click of a button. 

Once installed and activated, simply click the “New link from Current page” button, or right click and select "Create geni.us link," and voilà, your new geni.us link will instantly be copied to your clipboard and added to your Geniuslink account.

Want to customize your links further? No Problem! Add a custom domain to your Geniuslink account to create custom branded links. You can also edit your existing links directly from within your Geniuslink account to add advanced targeting rules, retargeting pixels, user choice landing pages and more, in order to create the most powerful links on the web. 

Please note: This extension is only available for our Geniuslink customers. You MUST have a paid Geniuslink account in order to build and edit your links. 

NEW: 
* Brand each of your links by using your own custom domain. 
* Easily build links from within the Chrome extension menu.
* View stats and edit your links directly from the Chrome extension.
* UI cleanup and improvements.
* Bug fixes for Linux users.
* Bug fix for Ratings Prompt blocking "Create link" button.

Have Questions or need help?  Please feel free to send an email to [email protected], and our dedicated support team will make sure to get you taken care of.                    

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

Tên Geniuslink | Intelligent Link Creator Geniuslink | Intelligent Link Creator
ID fgoilnlnleemcedbmhoalpmhkefdppbm
URL Chính Thức https://chromewebstore.google.com/detail/geniuslink-intelligent-li/fgoilnlnleemcedbmhoalpmhkefdppbm
Mô tả Easily build geni.us links with the click of a button!
Kích Thước Tệp 559 KB
Số Lần Cài Đặt 3,410
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-01-17
Ngày Phát Hành 2020-01-14
Đánh Giá 4.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Geniuslink
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.geni.us/
URL Trang Trợ Giúp http://help.geni.us/helpdesk
URL Trang Chính Sách Bảo Mật https://www.geni.us/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Geniuslink | Intelligent Link Creator",
    "description": "Easily build geni.us links with the click of a button!",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "apikeys.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/openDialog.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/custom.css",
        "js\/frame.js",
        "alertDoneInside.html",
        "alertLoadingInside.html",
        "alertDoneOutside.html",
        "alertLoadingOutside.html",
        "css\/vsprites.svg",
        "css\/main.css",
        "js\/bootstrap.min.js"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.min.js",
            "js\/jquery-ui.min.js",
            "js\/bootstrap.min.js",
            "js\/bootbox.min.js",
            "js\/utilities.js",
            "js\/servicestack.js",
            "js\/GeniusLinkServiceClient.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src  'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/api.geni.us\/",
        "storage",
        "clipboardRead"
    ]
}