Sniply Browser Extension

An Integration of Sniply into your favourite Browser.

Sniply Browser Extension là gì?

Sniply Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://sniply.io, và tính năng chính của nó là "An Integration of Sniply into your favourite Browser.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sniply Browser Extension

Tải xuống các tệp mở rộng Sniply Browser Extension 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

                        Sniply lets you embed your own call-to-actions onto every piece of content. Embed custom messages into articles from CNN, TechCrunch, Mashable, BBC, anywhere. Sniply allows you to drive conversion through content marketing on every piece of content.


OVERVIEW

Sniply will automatically detect anytime you type or paste a link, and then ask if you want to embed a message into that page. You can type in a custom message and the link will automatically be converted into a Sniply link that contains the page with your message embedded.


TOP FEATURES
* Add a CTA on any page you decide to snip!

* Save links to clipboard, to be snipped later through our dashboard.

* Your Sniply dashboard will show how many clicks you’re getting on your links, as well as the level of engagement with your embedded content.

* Use Sniply for capturing leads, promoting blog posts, selling products, getting email sign ups, driving traffic, and anything that requires exposure.

* Sniply is great for bloggers, marketers, entrepreneurs, non-profits, event organizers, and anyone wishing to drive call-to-actions.


SAMPLE USE CASES

* Entrepreneur sharing a Forbes article with news of his startup embedded into the page

* Writer sharing a BBC article with an Amazon link to her book embedded into the page

* Event Organizer sharing a Mashable article with a registration link embedded into the page

 Try it yourself at https://app.snip.ly


Much love,
Sniply Team


Email: [email protected]

Twitter: @sniply
Facebook: fb.com/sniplyapp                    

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

Tên Sniply Browser Extension Sniply Browser Extension
ID aepeihpnlhiiipbchlidcipfpiaecpkd
URL Chính Thức https://chromewebstore.google.com/detail/sniply-browser-extension/aepeihpnlhiiipbchlidcipfpiaecpkd
Mô tả An Integration of Sniply into your favourite Browser.
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.2.14
Cập Nhật Lần Cuối 2023-08-04
Ngày Phát Hành 2019-03-08
Đánh Giá 4.75/5 Tổng số 40 Đánh Giá
Nhà Phát Triển https://sniply.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sniply.io
URL Trang Trợ Giúp https://support.snip.ly
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sniply Browser Extension",
    "short_name": "Sniply",
    "manifest_version": 3,
    "description": "An Integration of Sniply into your favourite Browser.",
    "version": "2.2.14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "\/main.png",
        "48": "\/main.png",
        "128": "\/main.png"
    },
    "homepage_url": "https:\/\/snip.ly",
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite",
        "identity",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "5b8f3ba886526963a788.woff2",
                "c14093cee8c440c1884e.woff",
                "b739ab04747cf8e3325a.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}