SourceKnowledge Link Monetizer
Easily find whether a product link on the web is monetizable with SourceKnowledge
SourceKnowledge Link Monetizer là gì?
SourceKnowledge Link Monetizer là một tiện ích mở rộng Chrome được phát triển bởi SourceKnowledge, và tính năng chính của nó là "Easily find whether a product link on the web is monetizable with SourceKnowledge".
Ả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 SourceKnowledge Link Monetizer
Tải xuống các tệp mở rộng SourceKnowledge Link Monetizer 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 SourceKnowledge Link Monetizer helps publishers quickly identify and retrieve monetizable product links on the web. Simply install the SourceKnowledge Link Monetizer Chrome Extension. This will add a button to your Chrome toolbar, from which you’ll enter your Placement ID. Your Placement ID is a 4-digit number associated to your traffic that can be found in your dashboard by navigating to Reporting by Placement. Once your placement ID has been entered, go about your internet surfing and with the click of a button, you’ll be able to quickly and easily see whether a product URL is monetizable with SourceKnowledge, the current CPC rate, and your final monetized link. If you’re not already a SourceKnowledge publisher, you can sign up by visiting https://sourceknowledge.com/partner-channel!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SourceKnowledge Link Monetizer |
ID | ponefgbafpmoajcopljdipofobmhpjbg |
URL Chính Thức | https://chromewebstore.google.com/detail/sourceknowledge-link-mone/ponefgbafpmoajcopljdipofobmhpjbg |
Mô tả | Easily find whether a product link on the web is monetizable with SourceKnowledge |
Kích Thước Tệp | 213 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2024-02-07 |
Ngày Phát Hành | 2021-10-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | SourceKnowledge |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sourceknowledge.com/partner-channel |
URL Trang Chính Sách Bảo Mật | https://www.sourceknowledge.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SourceKnowledge Link Monetizer", "description": "Easily find whether a product link on the web is monetizable with SourceKnowledge", "version": "1.0.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "SourceKnowledge Link Monetizer" }, "icons": { "16": "SK-Logo-16x16.png", "32": "SK-Logo-32x32.png", "48": "SK-Logo-48x48.png", "128": "SK-Logo-128x128.png" }, "background": { "service_worker": ".\/static\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "storage", "tabs" ] } |