PlagiaShield DMCA filler

Helps you fill out DMCAs so you can protect your domains from plagiarism.

什麼是PlagiaShield DMCA filler?

PlagiaShield DMCA filler是由https://plagiashield.com開發的Chrome擴展程式,該擴展的主要功能是“Helps you fill out DMCAs so you can protect your domains from plagiarism.”。

擴展截圖

screenshot
screenshot

下載PlagiaShield DMCA filler擴展crx文件

下載PlagiaShield DMCA filler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension helps you better use PlagiaShield.

PlagiaShield is a unique plagiarism checker: the online tool monitors your entire website for plagiarism and helps you find domains copying your articles.

Once you or your team have identified domains infringing your rights, this extension will help you fill out the right content to the DMCA form.



A. What is PlagiaShield?
PlagiaShield is software that helps you protect your articles from plagiarism.

Unlike traditional plagiarism checkers, the tool is built for large domains.
1. It scans the entire site or a very large sample.
2. It finds all potential thieves.
3. It helps you get rid of them.



B. Where is the Google DMCA form?
The Google DMCA form can be found at the following link:
https://www.google.com/webmasters/tools/legal-removal-request?complaint_type=dmca


C. How do I use this extension?
Step 1: Export your file from PlagiaShield
Step 2: Load the file in this extension
Step 3: Set your contact details
Step 4: Start filling DMCAs using the extension


D. Where do I see all the filled-in DMCAs?
Google provides you with a dashboard at the following link:
https://www.google.com/webmasters/tools/legal-removal-dashboard?hl=en&pid=0&complaint_type=1


E. What if need help?
The best way to ask for help is to login to PlagiaShield and use the chat to contact us.                    

擴展基本資訊

名稱 PlagiaShield DMCA filler PlagiaShield DMCA filler
ID gpcelbmmmofogcplljiphonmmdhpebnf
官方網址 https://chromewebstore.google.com/detail/plagiashield-dmca-filler/gpcelbmmmofogcplljiphonmmdhpebnf
簡介 Helps you fill out DMCAs so you can protect your domains from plagiarism.
檔案大小 2.3 MB
安裝次數 76
目前版本 1.1
更新時間 2023-08-25
上架時間 2022-08-05
開發者 https://plagiashield.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://plagiashield.com
說明頁面URL https://plagiashield.com
隱私政策頁面URL https://plagiashield.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PlagiaShield DMCA filler",
    "description": "Helps you fill out DMCAs so you can protect your domains from plagiarism.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/webmasters\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ]
}