Rite.ly

Shorten links on the fly

Rite.ly là gì?

Rite.ly là một tiện ích mở rộng Chrome được phát triển bởi http://rite.ly, và tính năng chính của nó là "Shorten links on the fly".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rite.ly

Tải xuống các tệp mở rộng Rite.ly 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

                        Shorten links , add CTAs , brand every link you share.                    

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

Tên Rite.ly Rite.ly
ID nhmphdnfikgklchmdgfglggllcoejoia
URL Chính Thức https://chrome.google.com/webstore/detail/ritely/nhmphdnfikgklchmdgfglggllcoejoia
Mô tả Shorten links on the fly
Kích Thước Tệp 715 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-03-20
Ngày Phát Hành 2017-03-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://rite.ly
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rite.ly
URL Trang Chính Sách Bảo Mật https://ritekit.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rite.ly",
    "short_name": "Rite.ly : Call To A ction",
    "description": "Shorten links on the fly",
    "version": "0.0.3",
    "icons": {
        "16": "ritely-extension-shared\/img\/icon-16.png",
        "48": "ritely-extension-shared\/img\/icon-48.png",
        "256": "ritely-extension-shared\/img\/icon-256.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "ritely-extension-shared\/img\/icon-19.png",
            "38": "ritely-extension-shared\/img\/icon-76.png"
        },
        "default_popup": "native\/main.html",
        "default_title": "Rite.ly"
    },
    "background": {
        "page": "native\/background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "native\/options.html",
        "chrome_style": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ritetag.com\/*",
            "https:\/\/*.rite.ly\/*",
            "https:\/\/*.twitter.com\/*",
            "https:\/\/buffer.com\/*",
            "https:\/\/1487482361.rsc.cdn77.org\/*"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/rite.ly; object-src 'self'"
}