SourceKnowledge Link Monetizer
Easily find whether a product link on the web is monetizable with SourceKnowledge
什么是SourceKnowledge Link Monetizer?
SourceKnowledge Link Monetizer是由SourceKnowledge开发的Chrome扩展程序,该扩展的主要功能是“Easily find whether a product link on the web is monetizable with SourceKnowledge”。
扩展截图
下载SourceKnowledge Link Monetizer扩展crx文件
下载SourceKnowledge Link Monetizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | SourceKnowledge Link Monetizer |
ID | ponefgbafpmoajcopljdipofobmhpjbg |
官方URL | https://chromewebstore.google.com/detail/sourceknowledge-link-mone/ponefgbafpmoajcopljdipofobmhpjbg |
简介 | Easily find whether a product link on the web is monetizable with SourceKnowledge |
文件大小 | 213 KB |
安装次数 | 31 |
当前版本 | 1.0.2 |
更新时间 | 2024-02-07 |
上架时间 | 2021-10-19 |
评分 | 5.00/5 共1次评分 |
开发者 | SourceKnowledge |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sourceknowledge.com/partner-channel |
隐私政策页面URL | https://www.sourceknowledge.com/privacy |
支持的语言 | 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" ] } |