WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Ship.Cars Dispatch PDF Extension

Ship.Cars Dispatch PDF Extension

View on Chrome Web Store
View Ship.Cars Dispatch PDF Extension Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Take your auto transport business to the next level with Ship.Cars Dispatch PDF Extension
Type
Extension
Users
1,000 users
Ship.Cars USA, LLC
View author page of Ship.Cars USA, LLC
Published
Published on December 20, 2016
Version 2.10.0
Manifest version
3
Updated
Updated on March 17, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Ship.Cars Dispatch PDF Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA01XoFyKaAx5d++qhdiwb4kS9Fnzcg1kgdDfsKqQxmKUEl7mkDx4mT8BWBk3M7oPCH9y3Trs0KynyZKAbrNuPNSl1\/K5n1\/OV+B2V+PmCf4FbcTWg1550UiR2\/Bud3ZoaNsd1fQak6rDMhCuOl4q4gyFziLpvAMJOqLz89wIU9jRfjH6iR1b3NODZOOWHmM9bH8GIIlW7z9L4AieKd3BnZ3Y1DawlwNcdSnP5kOEIqwThUXxGVCOdFyzg3sDY4BT7GkNYNx8kmVbqS5HdT9F3XEMEL\/\/0E6R4XuK1Z4aaquB2i7NKlX2GH4zdEJmJDxMjdxCYfpafmr44Dl1xaeUxVwIDAQAB",
    "name": "Ship.Cars Dispatch PDF Extension",
    "description": "Take your auto transport business to the next level with Ship.Cars Dispatch PDF Extension",
    "version": "2.10.0",
    "icons": {
        "16": "icons\/favicon.png",
        "32": "icons\/icon.png",
        "48": "icons\/page_icon.png",
        "128": "icons\/store_icon.png"
    },
    "action": {
        "default_icon": "icons\/favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "declarativeNetRequestWithHostAccess",
        "webRequest",
        "tabs",
        "contextMenus",
        "notifications",
        "scripting",
        "webNavigation",
        "storage",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/api.rollbar.com\/",
        "<all_urls>"
    ],
    "oauth2": {
        "client_id": "chrome-extension",
        "scopes": [
            "openid",
            "profile",
            "email"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "contentstyle.css"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "storage": {
        "managed_schema": "preferences_schema.json"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "incognito": "split",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/web\/viewer.html",
                "http:\/*",
                "https:\/*",
                "file:\/*",
                "chrome-extension:\/*",
                "blob:*",
                "data:*",
                "filesystem:\/*",
                "drive:*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/ship.cars\/*",
            "*:\/\/*.ship.cars\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top