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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |