An open API service indexing awesome lists of open source software.

https://github.com/chuongmep/acc-urn-extension

Simple extension to snoop detail url Autodesk Construction Cloud
https://github.com/chuongmep/acc-urn-extension

acc aps autodesk autodesk-forge bim-360 extension forge

Last synced: 7 months ago
JSON representation

Simple extension to snoop detail url Autodesk Construction Cloud

Awesome Lists containing this project

README

          

## APS ACC URL Details

![](/docs/firefox_yumhE9fZ2D.gif)

This is a simple extension allows you to get the APS ACC URL details include:

- Project Id : A Project in Autodesk Forge is a specific workspace within a Hub. It's where the actual design and construction data is stored. Each project contains folders, items, and versions. The project id is unique for each project within a hub.
- Folder Urn : The folder urn is the unique identifier for a folder in a project. It is used to identify the folder in the project.
- Item Id : The entity id is the unique identifier for an entity in a folder. It is used to identify the entity/item in the folder.
- Version Id : The version id is the unique identifier for a version of an item. It is used to identify the version of the item in the folder.
- Model View Id : The model view id is the unique identifier for a model view in a folder. It is used to identify the model view in the folder.

## Installation

- Chrome / Edge: Install From [Chrome Store](https://chromewebstore.google.com/detail/url-details-acc-extension/jjjpiegllaokfphbppbfenphdfmdhbjc)

- Firefox Install From [Firefox Store](https://addons.mozilla.org/en-US/firefox/addon/url-details-acc/)

## Development

### Firefox

- Manual Install :
- Clone the repository
- Open `about:debugging#/runtime/this-firefox`
- Click on `Load Temporary Add-on...`
- Select the `manifest.json` file from the cloned repository
- The extension will be installed and you can see the icon in the toolbar
- Open ACC Project and click on the icon to get the URL details

- Addon Online Store : [URL Details](https://addons.mozilla.org/en-US/firefox/addon/url-details-acc/)

### Chrome / Edge

- Manual Install :
- Clone the repository
- Open `chrome://extensions/`
- Click on `Load unpacked`
- Select the cloned repository
- The extension will be installed and you can see the icon in the toolbar
- Restart the browser
- Open ACC Project and click on the icon to get the URL details

- Addon Online Store : [URL Details](...)

## Documentation

- [Firefox Developer](https://addons.mozilla.org/en-US/developers/addon/url-details-acc/edit)
- [Chrome Developer](https://chrome.google.com/webstore/devconsole/)
- [Edge Developer](https://partner.microsoft.com/en-us/dashboard/microsoftedge/overview)