Certified Screenshot

Certified Screenshot (by easytimestamping.com). Easily capture and certify a screenshot of any web page.

Certified Screenshotคืออะไร?

Certified Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easytimestamping.com และคุณลักษณะหลักของมันคือ "Certified Screenshot (by easytimestamping.com). Easily capture and certify a screenshot of any web page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Certified Screenshot

ดาวน์โหลดไฟล์ส่วนขยาย Certified Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easily capture and certify a screenshot of any web page.

Use it to record online fraud, copyright infringement, cyberstalking, cyberbullying or other abuses, including all the information commonly requested by law enforcement agencies in just a single click.

This plugin will capture any web page and output a pdf file containing a screenshot, the html source, and domain registration info. The pdf is 'notarized' by easytimestamping.com using a trusted timestamp.

Thanks to powerful cryptographic techniques,  the generated pdf guarantees that the content has not been modified since the exact moment the screenshot was captured.  Any modification to the pdf can be detected with 100% certainty.

To use this plugin you must login at easytimestamping.com with an existing Google, Facebook, or OpenID account.

All timestamps are issued by a Qualified Certification Authority accredited in the EU and in the Trusted list of Certification Service Providers

Fully compliant with the Italian Codice dell'Amministrazione Digitale.

--
New in version 0.4.3:

 * fixed capture issue introduced in chrome version 34
 * use more restrictive and secure permissions                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Certified Screenshot Certified Screenshot
ID gidbebhhkamojdpahpgmliaddcplobdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/certified-screenshot/gidbebhhkamojdpahpgmliaddcplobdn
คำอธิบาย Certified Screenshot (by easytimestamping.com). Easily capture and certify a screenshot of any web page.
ขนาดไฟล์ 451 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2014-04-12
วันที่เผยแพร่ 2014-04-12
คะแนน 2.80/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://easytimestamping.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://easytimestamping.com
URL หน้าช่วยเหลือ http://securo.it/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.3",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "page.js",
                "shortcut.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.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 https:\/\/fonts.googleapis.com; object-src 'self'",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "activeTab",
        "*:\/\/easytimestamping.com\/",
        "*:\/\/api.securo.it\/*"
    ],
    "plugins": [
        {
            "path": "plugin\/screen_capture.dll"
        },
        {
            "path": "plugin\/screen_capture.so"
        },
        {
            "path": "plugin\/screen_capture_64.so"
        },
        {
            "path": "plugin\/screen_capture.plugin"
        }
    ],
    "web_accessible_resources": [
        "page_context.js",
        "style.css"
    ]
}