Partnerize Quicklink
Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.
Partnerize Quicklink là gì?
Partnerize Quicklink là một tiện ích mở rộng Chrome được phát triển bởi Partnerize, và tính năng chính của nó là "Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Partnerize Quicklink
Tải xuống các tệp mở rộng Partnerize Quicklink 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 Partnerize Quicklink extension allows you to; • View participating campaigns • Search by campaigns and brands • Smart campaign filtering based on current web page • Create commissionable tracking links on the fly, directly from the brands website • Add placement reporting identifiers • Generator short URL tracking links • Simple copy to clipboard If you are not a Partnerize partner, sign up here: https://signup.partnerize.com.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Partnerize Quicklink |
ID | iigmblejfnkjhaaeiehbmjenhacjmpfg |
URL Chính Thức | https://chromewebstore.google.com/detail/partnerize-quicklink/iigmblejfnkjhaaeiehbmjenhacjmpfg |
Mô tả | Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote. |
Kích Thước Tệp | 1.48 MB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2022-07-13 |
Ngày Phát Hành | 2020-02-20 |
Đánh Giá | 3.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Partnerize |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://partnerize.com |
URL Trang Trợ Giúp | https://help.phgsupport.com/hc |
URL Trang Chính Sách Bảo Mật | https://partnerize.com/en/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/config.js", "js\/jquery.min.js", "js\/bootstrap.min.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Partnerize Quicklink", "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "description": "Partnerize Quicklink is here to make it easier to generate tracking links for the products you want to promote.", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "manifest_version": 2, "name": "Partnerize Quicklink", "permissions": [ "tabs", "storage", "identity", "clipboardWrite", "https:\/\/api.partnerize.com\/*" ], "version": "1.2.0", "web_accessible_resources": [ "fonts\/FontAwesome.otf", "fonts\/fontawesome-webfont.eot", "fonts\/fontawesome-webfont.svg", "fonts\/fontawesome-webfont.ttf", "fonts\/fontawesome-webfont.woff", "fonts\/fontawesome-webfont.woff2" ] } |